Compartilhar via


Propriedade do RDL MapSpatialElementTemplate.DataElementName

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property DataElementName As String 
    Get
'Uso
Dim instance As MapSpatialElementTemplate 
Dim value As String 

value = instance.DataElementName
public string DataElementName { get; }
public:
property String^ DataElementName {
    String^ get ();
}
member DataElementName : string
function get DataElementName () : String

Valor da propriedade

Tipo: System.String
A string value that represents the name for the spatial element template to use for a data element or attribute.

Consulte também

Referência

MapSpatialElementTemplate Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering