Action.BookmarkLink 属性

Gets an expression that evaluates to the ID of a bookmark within the report to go to when this report item is clicked on.

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

语法

声明
Public ReadOnly Property BookmarkLink As ReportStringProperty
    Get
用法
Dim instance As Action
Dim value As ReportStringProperty

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