ActionInstance.BookmarkLink Property

Gets the calculated value of the BookmarkLink property in a Action class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Property BookmarkLink As String
    Get
    Set
'Usage
Dim instance As ActionInstance
Dim value As String

value = instance.BookmarkLink

instance.BookmarkLink = value
public string BookmarkLink { get; set; }
public:
property String^ BookmarkLink {
    String^ get ();
    void set (String^ value);
}
member BookmarkLink : string with get, set
function get BookmarkLink () : String
function set BookmarkLink (value : String)

Property Value

Type: System.String
A string value that represents the calculated value of the BookmarkLink property.