Proprietà ReportDataSourceCollection.Item (String)
Restituisce un'origine dati del rapporto con un nome specificato dalla raccolta.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As ReportDataSource
public ReportDataSource this[
string name
] { get; }
public:
property ReportDataSource^ default[String^ name] {
ReportDataSource^ get (String^ name);
}
member Item :
name:string -> ReportDataSource with get
JScript non supporta le proprietà indicizzate.
Parametri
- name
Tipo: String
Nome dell'origine dati del rapporto da recuperare dalla raccolta.
Valore proprietà
Tipo: Microsoft.Reporting.WinForms.ReportDataSource
Oggetto ReportDataSource.