Share via


ReportDataSourceInfoCollection.Item Property (String)

 

Returns a specific ReportDataSourceInfo object from the collection.

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

Syntax

public ReportDataSourceInfo this[
    string name
] { get; }
public:
property ReportDataSourceInfo^ default[
    String^ name
] {
    ReportDataSourceInfo^ get(String^ name);
}
member Item : 
        name:string -> ReportDataSourceInfo with get
Public ReadOnly Property Item (
    name As String
) As ReportDataSourceInfo

Parameters

Property Value

Type: Microsoft.Reporting.WinForms.ReportDataSourceInfo

A ReportDataSourceInfo object.

See Also

Item Overload
ReportDataSourceInfoCollection Class
Microsoft.Reporting.WinForms Namespace

Return to top