Compartir a través de


MapSpatialElementTemplate.Label Propiedad

Gets the label text for the spatial elements to which the spatial element template is applied.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Label As ReportStringProperty 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the label text for the spatial elements to which the spatial element template is applied.

Vea también

Referencia

MapSpatialElementTemplate Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering