次の方法で共有


ReportDataSource コンストラクター (String)

 

公開日: 2016年7月

名前付きのデータ ソースを構築します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public ReportDataSource(
    string name
)
public:
ReportDataSource(
    String^ name
)
new : 
        name:string -> ReportDataSource
Public Sub New (
    name As String
)

パラメーター

関連項目

ReportDataSource オーバーロード
ReportDataSource クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る