次の方法で共有


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

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

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

構文

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

パラメーター

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

参照

関連項目

ReportDataSource クラス

ReportDataSource オーバーロード

Microsoft.Reporting.WinForms 名前空間