次の方法で共有


Action.BookmarkLink プロパティ

このレポート アイテムをクリックすると移動するレポート内のブックマークの ID に評価される式を取得します。

名前空間:  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
ReportStringProperty オブジェクト。

関連項目

参照

Action クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間