ReportDataSourceCollection.Item, propriété (String)
Renvoie une source de données de rapport à partir de la collection qui correspond à un nom spécifique.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les propriétés indexées.
Paramètres
- name
Type : String
Nom de la source de données de rapport à extraire de la collection.
Valeur de propriété
Type : Microsoft.Reporting.WebForms.ReportDataSource
Objet ReportDataSource.