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

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

Declaration

void FillViews(
    IEnumerable<TableInfo> views
)

Parameters

Name Type Description
views IEnumerable<TableInfo>

A collection of TableInfo objects.

See Also