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

MultiQuerySelectFieldsPageView.FillTables(TableInfo[]) Method

Populates the list of available data members displayed on this wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void FillTables(
    TableInfo[] tables
)

Parameters

Name Type Description
tables TableInfo[]

An array of TableInfo objects.

See Also