共用方式為


Bookmark.BookmarkId 屬性

Returns the ID of the bookmark.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property BookmarkId As String 
    Get
'用途
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

屬性值

型別:System.String
A String value containing the ID of the bookmark.

請參閱

參考

Bookmark 類別

Microsoft.ReportingServices.ReportRendering 命名空間