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