次の方法で共有


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