コレクションの特定の 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 では、インデックス付きのプロパティは使用できますが、新規に宣言することはできません。
パラメーター
- name
型: System.String
返す ReportDataSourceInfo オブジェクトの名前です。
プロパティ値
型: Microsoft.Reporting.WebForms.ReportDataSourceInfo
ReportDataSourceInfo オブジェクト。