次の方法で共有


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

 

発行: 2016年4月

Value プロパティの BindingSource オブジェクトを含む名前付きのデータ ソースを構築します。

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

構文

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

パラメーター

  • name
    現在のレポートのレポート定義に指定されているデータ ソースの名前。
  • dataSourceValue
    データを含んでいる BindingSource オブジェクト。

参照

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

トップに戻る