Proprietà ReportDataSourceInfo.Name
Recupera il nome dell'origine dati del rapporto.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Name As String
Get
'Utilizzo
Dim instance As ReportDataSourceInfo
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
Valore proprietà
Tipo: System.String
Valore String contenente il nome dell'origine dati del rapporto.