Partager via


Propriété ReportSection.DataElementName

Gets the name of a top level element that represents the report data.

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

Syntaxe

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

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

Valeur de propriété

Type : System.String
A string value.

Voir aussi

Référence

ReportSection Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering