Freigeben über


Image.BookmarkLink-Eigenschaft

Provides a bookmark that users can jump to using a link defined as a bookmark action.

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

Syntax

'Declaration
Public ReadOnly Property BookmarkLink As String 
    Get
'Usage
Dim instance As Image 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
A string containing the bookmark to be used for the jump.

Siehe auch

Verweis

Image Klasse

Microsoft.ReportingServices.ReportRendering-Namespace