Propriedade ReportDataSourceInfoCollection.Item (String)
Returns a specific ReportDataSourceInfo object from the collection.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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 não oferece suporte a propriedades indexadas.
Parâmetros
- name
Tipo: String
The name of the ReportDataSourceInfo object to return.
Valor de propriedade
Tipo: Microsoft.Reporting.WinForms.ReportDataSourceInfo
A ReportDataSourceInfo object.