次の方法で共有


MapSpatialElementTemplate.DataElementLabel プロパティ

データ要素または属性に使用する空間要素テンプレートのラベルを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
データ要素または属性に使用する空間要素テンプレートのラベルを表す ReportStringProperty オブジェクト。

関連項目

参照

MapSpatialElementTemplate クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間