ReportDataSourceInfoCollection.Item Property (String)
Returns a specific ReportDataSourceInfo object from the collection.
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
'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
- name
The name of the ReportDataSourceInfo object to return.
Property Value
A ReportDataSourceInfo object.
See Also
Reference
ReportDataSourceInfoCollection Class
ReportDataSourceInfoCollection Members
Microsoft.Reporting.WebForms Namespace