次の方法で共有


LocalReport.DataSources プロパティ

 

発行: 2016年4月

レポートで使用されるデータ ソースのコレクションを取得します。

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

構文

[BrowsableAttribute(false)]
public ReportDataSourceCollection DataSources { get; }
public:
[BrowsableAttribute(false)]
property ReportDataSourceCollection^ DataSources {
    ReportDataSourceCollection^ get();
}
[<BrowsableAttribute(false)>]
member DataSources : ReportDataSourceCollection with get
<BrowsableAttribute(False)>
Public ReadOnly Property DataSources As ReportDataSourceCollection

プロパティ値

Type: Microsoft.Reporting.WinForms.ReportDataSourceCollection

読み取り専用の ReportDataSourceCollection オブジェクト。

解説

Although the collection property is ready only, you can add or remove data sources in the returned ReportDataSourceCollection object.

参照

LocalReport クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る