Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace