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

IMultiQuerySelectFieldsPageView.FillTables(TableInfo[]) Method

If implemented, populates the list of available data members displayed on this wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

void FillTables(
    TableInfo[] tables
)

Parameters

Name Type Description
tables TableInfo[]

An array of TableInfo objects.

See Also