共用方式為


ReportDataSource 建構函式 (String)

建構具名資料來源。

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

語法

'宣告
Public Sub New ( _
    name As String _
)
'用途
Dim name As String

Dim instance As New ReportDataSource(name)
public ReportDataSource(
    string name
)
public:
ReportDataSource(
    String^ name
)
new : 
        name:string -> ReportDataSource
public function ReportDataSource(
    name : String
)

參數

請參閱

參考

ReportDataSource 類別

ReportDataSource 多載

Microsoft.Reporting.WinForms 命名空間