次の方法で共有


ReportDataSourceInfoCollection.Item プロパティ (String)

コレクションの特定の ReportDataSourceInfo オブジェクトを返します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    name As String _
) As ReportDataSourceInfo
    Get
'使用
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^ name] {
    ReportDataSourceInfo^ get (String^ name);
}
member Item : ReportDataSourceInfo
JScript では、インデックス付きのプロパティは使用できますが、新規に宣言することはできません。

パラメーター

プロパティ値

型: Microsoft.Reporting.WebForms.ReportDataSourceInfo
ReportDataSourceInfo オブジェクト。

関連項目

参照

ReportDataSourceInfoCollection クラス

Item オーバーロード

Microsoft.Reporting.WebForms 名前空間