Freigeben über


ReportDataSourceInfoCollection.Item-Eigenschaft (String)

Gibt ein bestimmtes ReportDataSourceInfo-Objekt aus der Auflistung zurück.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ReportDataSourceInfo
    Get
'Usage
Dim instance As ReportDataSourceInfoCollection
Dim name As String
Dim value As ReportDataSourceInfo

value = instance(name)
public ReportDataSourceInfo this[
    string name
] { get; }
public:
property ReportDataSourceInfo^ default[String^ name] {
    ReportDataSourceInfo^ get (String^ name);
}
member Item : ReportDataSourceInfo
JScript unterstützt die Verwendung von indizierten Eigenschaften, jedoch nicht die Deklaration neuer indizierter Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.Reporting.WebForms.ReportDataSourceInfo
Ein ReportDataSourceInfo-Objekt.

Siehe auch

Verweis

ReportDataSourceInfoCollection Klasse

Item-Überladung

Microsoft.Reporting.WebForms-Namespace