共用方式為


ReportDataSource 建構函式 (String, BindingSource)

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

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

語法

'宣告
Public Sub New ( _
    name As String, _
    dataSourceValue As BindingSource _
)
public ReportDataSource(
    string name,
    BindingSource dataSourceValue
)
public:
ReportDataSource(
    String^ name, 
    BindingSource^ dataSourceValue
)
new : 
        name:string * 
        dataSourceValue:BindingSource -> ReportDataSource
public function ReportDataSource(
    name : String, 
    dataSourceValue : BindingSource
)

參數

  • name
    類型:String
    資料來源的名稱,如目前報表的報表定義所指定。
  • dataSourceValue
    類型:BindingSource
    包含資料的 BindingSource 物件。

請參閱

參考

ReportDataSource 類別

ReportDataSource 多載

Microsoft.Reporting.WinForms 命名空間