Compartilhar via


Propriedade do RDL MapVectorLayer.DataElementName

Gets or sets the name for the vector layer to use for the 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 MapVectorLayer 
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.

Consulte também

Referência

MapVectorLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering