ReportItem.Bookmark 属性

Gets an expression that evaluates to a bookmark that can be linked to via a bookmark action.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Bookmark As ReportStringProperty
    Get
用法
Dim instance As ReportItem
Dim value As ReportStringProperty

value = instance.Bookmark
public ReportStringProperty Bookmark { get; }
public:
property ReportStringProperty^ Bookmark {
    ReportStringProperty^ get ();
}
member Bookmark : ReportStringProperty
function get Bookmark () : ReportStringProperty