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.v18.2.Extensions.dll

Declaration

public void FillTables(
    TableInfo[] tables
)

Parameters

Name Type Description
tables TableInfo[]

An array of TableInfo objects.

See Also