ISelectDataSourcePageView.FillDataSourceList(IEnumerable<DataSourceInfo>) Method
If implemented, populates the list of available data sources.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataSources | IEnumerable<DataSourceInfo> | A collection of DataSourceInfo objects. |
See Also