MapSpatialElementTemplate.DataElementLabel 属性

Gets the label for the spatial element template to use for a data element or attribute.

命名空间:  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