次の方法で共有


MapSpatialElementTemplate.Label プロパティ

空間要素テンプレートを適用する空間要素のラベル テキストを取得します。

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

構文

'宣言
Public ReadOnly Property Label As ReportStringProperty 
    Get
'使用
Dim instance As MapSpatialElementTemplate 
Dim value As ReportStringProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
空間要素テンプレートを適用する空間要素のラベル テキストを表す ReportStringProperty オブジェクト。

関連項目

参照

MapSpatialElementTemplate クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間