Skip to main content

ISelectColumnsPageView Members

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).

Methods

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.

Events

Name Description
ActiveColumnsChanged Occurs when the collection of the currently selected columns is changed.
AddAllColumnsClicked Occurs when the Add All Columns button is clicked on a wizard page.
AddColumnsClicked Occurs when the Add Columns button is clicked on a wizard page.
RemoveAllColumnsClicked Occurs when the Remove All Columns button is clicked on a wizard page.
RemoveColumnsClicked Occurs when the Remove Columns button is clicked on a wizard page.
See Also