Skip to main content

ISelectDataSourcePageView.FillDataSourceList(IEnumerable<DataSourceInfo>) Method

If implemented, populates the list of available data sources.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void FillDataSourceList(
    IEnumerable<DataSourceInfo> dataSources
)

Parameters

Name Type Description
dataSources IEnumerable<DataSourceInfo>

A collection of DataSourceInfo objects.

See Also