ReportDataSourceCollection.Item 屬性 (String)
從符合指定名稱的集合中傳回報表資料來源。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
name As String _
) As ReportDataSource
Get
'用途
Dim instance As ReportDataSourceCollection
Dim name As String
Dim value As ReportDataSource
value = instance(name)
public ReportDataSource this[
string name
] { get; }
public:
property ReportDataSource^ default[String^ name] {
ReportDataSource^ get (String^ name);
}
member Item : ReportDataSource
JScript 支援使用索引的屬性,但不支援新的宣告。
參數
- name
型別:System.String
要從集合中擷取之報表資料來源的名稱。
屬性值
型別:Microsoft.Reporting.WebForms.ReportDataSource
ReportDataSource 物件。