ReportDataSourceInfoCollection.Item, propriété (String)
Retourne un objet ReportDataSourceInfo spécifique de la collection.
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 ReportDataSourceInfo
public ReportDataSourceInfo this[
string name
] { get; }
public:
property ReportDataSourceInfo^ default[String^ name] {
ReportDataSourceInfo^ get (String^ name);
}
member Item :
name:string -> ReportDataSourceInfo with get
JScript ne prend pas en charge les propriétés indexées.
Paramètres
- name
Type : String
Nom de l'objet ReportDataSourceInfo à retourner.
Valeur de propriété
Type : Microsoft.Reporting.WebForms.ReportDataSourceInfo
Objet ReportDataSourceInfo.