Skip to main content
A newer version of this page is available.
All docs
V19.1

ISelectDataMemberPageView.FillTables(IEnumerable<TableInfo>) Method

If implemented, populates the Tables node of the Available items list.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.1.dll

Declaration

void FillTables(
    IEnumerable<TableInfo> tables
)

Parameters

Name Type Description
tables IEnumerable<TableInfo>

A collection of TableInfo objects.

See Also