Propriété BookmarkId
Returns the ID of the bookmark.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property BookmarkId As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A String value containing the ID of the bookmark.