Condividi tramite


Proprietà ReportDataSourceInfo.Name

Recupera il nome dell'origine dati del rapporto.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Valore proprietà

Tipo: String
Valore String contenente il nome dell'origine dati del rapporto.

Vedere anche

Riferimenti

ReportDataSourceInfo Classe

Spazio dei nomi Microsoft.Reporting.WinForms