次の方法で共有


Group.DocumentMapLabel プロパティ

クライアント UI 内のグループのインスタンスを識別するラベル (これが検索時にわかりやすいラベルになります)。

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

構文

'宣言
Public ReadOnly Property DocumentMapLabel As ReportStringProperty 
    Get
'使用
Dim instance As Group 
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
ReportStringProperty オブジェクト。

関連項目

参照

Group クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間