Compartir a través de


TablixMember.DataElementName Propiedad

Gets the name of the data element.

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

Sintaxis

'Declaración
Public MustOverride ReadOnly Property DataElementName As String 
    Get
'Uso
Dim instance As TablixMember 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A string value that represents the name of the data element.

Vea también

Referencia

TablixMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering