次の方法で共有


ReportItem.DocumentMapLabel プロパティ

(検索用にわかりやすいラベルを提供するための) クライアント UI 内のレポート アイテムのインスタンスを識別するラベルに評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property DocumentMapLabel As ReportStringProperty 
    Get
'使用
Dim instance As ReportItem 
Dim value As ReportStringProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
クライアント UI 内のレポート アイテムのインスタンスを識別するラベルを表す ReportStringProperty オブジェクト。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間