Поделиться через


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

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ReportDataSourceInfo
'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^] {
    ReportDataSourceInfo^ get (String^ name);
}
/** @property */
public ReportDataSourceInfo get_Item (String name)

Parameters

Property Value

A ReportDataSourceInfo object.

See Also

Reference

ReportDataSourceInfoCollection Class
ReportDataSourceInfoCollection Members
Microsoft.Reporting.WinForms Namespace