Skip to main content
A newer version of this page is available.
All docs
V18.2

ISelectHierarchicalDataSourceColumnsPageView Methods

Obsolete. Obsolete. This page is no longer used in the current Data Source Wizard implementation.
Name Description
EnableAddColumnButton(Boolean) If implemented, activates or deactivates the Add Column button on the Select Columns page of the WPF Report Wizard for a hierarchical data source.
EnableRemoveAllColumnsButton(Boolean) If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the WPF Report Wizard for a hierarchical data source.
EnableRemoveColumnsButton(Boolean) If implemented, activates or deactivates the Remove Columns button on the Select Columns page of the WPF Report Wizard for a hierarchical data source.
FillSelectedColumns(ColumnInfo[]) If implemented, populates the list of selected columns.
ShowWaitIndicator(Boolean) If implemented, shows or hides the wait indicator on a wizard page.
See Also