Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.String
A String value containing the ID of the bookmark.