Skip to main content
All docs
V19.2

ISelectDataMemberPageView.FillViews(IEnumerable<TableInfo>) Method

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

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.2.dll

Declaration

void FillViews(
    IEnumerable<TableInfo> views
)

Parameters

Name Type Description
views IEnumerable<TableInfo>

A collection of TableInfo objects.

See Also