BookmarkId-Eigenschaft
Returns the ID of the bookmark.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BookmarkId As String
Get
'Usage
Dim instance As Bookmark
Dim value As String
value = instance.BookmarkId
public string BookmarkId { get; }
public:
property String^ BookmarkId {
String^ get ();
}
member BookmarkId : string
function get BookmarkId () : String
Eigenschaftenwert
Typ: System. . :: . .String
A String value containing the ID of the bookmark.
Siehe auch