ReportDataSourceInfoCollection.Item 属性 (String)

返回集合中的某特定 ReportDataSourceInfo 对象。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public ReadOnly Property Item ( _
    name As String _
) As ReportDataSourceInfo
    Get
用法
Dim instance As ReportDataSourceInfoCollection
Dim name As String
Dim value As ReportDataSourceInfo

value = instance.Item(name)
public ReportDataSourceInfo this[
    string name
] { get; }
public:
property ReportDataSourceInfo^ Item[String^ name] {
    ReportDataSourceInfo^ get (String^ name);
}
member Item : ReportDataSourceInfo

参数

属性值

类型:Microsoft.Reporting.WebForms.ReportDataSourceInfo
一个 ReportDataSourceInfo 对象。

请参阅

参考

ReportDataSourceInfoCollection 类

Item 重载

Microsoft.Reporting.WebForms 命名空间