Udostępnij przez


Właściwość MapSpatialElementTemplate.Label

Pobiera tekst etykiety elementów przestrzennej, do których zastosowano szablon przestrzennej elementu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Label As ReportStringProperty
    Get
'Użycie
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