Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void FillTables(
    TableInfo[] tables
)

Parameters

Name Type Description
tables TableInfo[]

An array of TableInfo objects.

See Also