共用方式為


ReportDataSource 建構函式 (String)

建構具名資料來源。

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

語法

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

參數

  • name
    類型:String
    資料來源的名稱。

請參閱

參考

ReportDataSource 類別

ReportDataSource 多載

Microsoft.Reporting.WinForms 命名空間