Partager via


Propriété TablixMember.DataElementName

Gets the name of the data element.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property DataElementName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TablixMember Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering