Skip to main content

ISelectColumnsPageView Methods

This page is no longer used in the current Report Wizard implementation. Use the IMultiQuerySelectFieldsPageView interface instead (corresponding to the Choose Fields to Display in a Report (Multi-Query Version) wizard page).
Name Description
EnableAddAllColumnsButton(Boolean) If implemented, activates or deactivates the Add All Columns button on a wizard page.
EnableAddColumnsButton(Boolean) If implemented, activates or deactivates the Add Columns button on a wizard page.
EnableRemoveAllColumnsButton(Boolean) If implemented, activates or deactivates the Remove All Columns button on a wizard page.
EnableRemoveColumnsButton(Boolean) If implemented, activates or deactivates the Remove Columns button on a wizard page.
FillAvailableColumns(ColumnInfo[]) If implemented, populates the list of available commands.
FillSelectedColumns(ColumnInfo[]) If implemented, populates the list of selected columns.
GetActiveAvailableColumns() If implemented, gets a collection of the items selected in the list of available columns.
GetActiveSelectedColumns() If implemented, gets a collection of the items selected in the list of selected columns.
ShowWaitIndicator(Boolean) If implemented, shows or hides the wait indicator on a wizard page.
See Also