Proprietà BookmarkId
Returns the ID of the bookmark.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property BookmarkId As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value containing the ID of the bookmark.
Vedere anche