次の方法で共有


ReportItem.Bookmark プロパティ

ブックマーク アクションによってリンクできるブックマークに評価される式を取得します。

名前空間:  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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ブックマーク アクションによってリンクできるブックマークに評価される式を表す ReportStringProperty オブジェクト。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間