LocalReport.DataSources プロパティ
レポートで使用されるデータ ソースのコレクションを取得します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSources As ReportDataSourceCollection
[BrowsableAttribute(false)]
public ReportDataSourceCollection DataSources { get; }
[BrowsableAttribute(false)]
public:
property ReportDataSourceCollection^ DataSources {
ReportDataSourceCollection^ get ();
}
[<BrowsableAttribute(false)>]
member DataSources : ReportDataSourceCollection with get
function get DataSources () : ReportDataSourceCollection
プロパティ値
型 : Microsoft.Reporting.WinForms.ReportDataSourceCollection
読み取り専用の ReportDataSourceCollection オブジェクト。
解説
Although the collection property is ready only, you can add or remove data sources in the returned ReportDataSourceCollection object.