Proprietà Report.DataElementName

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property DataElementName As String 
    Get 
    Set
'Utilizzo
Dim instance As Report 
Dim value As String 

value = instance.DataElementName

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

Valore proprietà

Tipo: System.String
The name of a top level element that represents the report data.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel