ReportDataSource 建構函式

 

發行︰ 2016年4月

建構報表資料來源。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (於 Microsoft.ReportViewer.WinForms.dll)

多載清單

名稱 描述
System_CAPS_pubmethod ReportDataSource()

建構空的資料來源。

System_CAPS_pubmethod ReportDataSource(String)

建構具名資料來源。

System_CAPS_pubmethod ReportDataSource(String, BindingSource)

使用 Value 屬性中的 BindingSource 物件,建構具名資料來源。

System_CAPS_pubmethod ReportDataSource(String, DataTable)

使用 Value 屬性中的 DataTable 物件,建構具名資料來源。

System_CAPS_pubmethod ReportDataSource(String, IEnumerable)

使用 Value 屬性中的 IEnumerable 物件,建構具名資料來源。

System_CAPS_pubmethod ReportDataSource(String, Object)

以值來建構具名資料來源。

System_CAPS_pubmethod ReportDataSource(String, Type)

Value 屬性初始化為特定型別,建構具名資料來源。

另請參閱

ReportDataSource 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首