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