Skip to main content
A newer version of this page is available. .

ISelectDataSourcePageView.FillDataSourceList(IEnumerable<DataSourceInfo>) Method

If implemented, populates the list of available data sources.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

void FillDataSourceList(
    IEnumerable<DataSourceInfo> dataSources
)

Parameters

Name Type Description
dataSources IEnumerable<DataSourceInfo>

A collection of DataSourceInfo objects.

See Also