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