BookmarkNavigationEventArgs.BookmarkId-Eigenschaft
Ruft die Zeichenfolge der Lesezeichen-ID ab.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public ReadOnly Property BookmarkId As String
Get
'Usage
Dim instance As BookmarkNavigationEventArgs
Dim value As String
value = instance.BookmarkId
public string BookmarkId { get; }
public:
property String^ BookmarkId {
String^ get ();
}
member BookmarkId : string
function get BookmarkId () : String
Eigenschaftswert
Typ: System.String
Ein schreibgeschütztes string-Objekt.