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

ISelectDataMemberPageView Members

Obsolete. Obsolete. This page is no longer used in the current Report Wizard implementation.

Properties

Name Description
SelectedDataMemberName If implemented, specifies the data member selected in the Available items list.

Methods

Name Description
FillTables(IEnumerable<TableInfo>) If implemented, populates the Tables node of the Available items list.
FillViews(IEnumerable<TableInfo>) If implemented, populates the Views node of the Available items list.
ShowWaitIndicator(Boolean) If implemented, shows or hides the wait indicator on a wizard page.

Events

Name Description
SelectedDataMemberChanged Occurs when the active record in the Available items list is changed.
See Also