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