Partager via


Propriété DataMember.DataElementName

Returns the name to use for the data element or attribute for this report item.

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

Syntaxe

'Déclaration
Public Overrides ReadOnly Property DataElementName As String 
    Get
'Utilisation
Dim instance As DataMember 
Dim value As String 

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

Valeur de propriété

Type : System.String
A string containing the name to use for the data element or attribute for this report item.

Voir aussi

Référence

DataMember Classe

Espace de noms Microsoft.ReportingServices.ReportRendering