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
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.