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

ISelectHierarchicalDataSourceColumnsPageView Members

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

Properties

Name Description
ActiveAvailableDataMemberNode For internal use.
ActiveSelectedColumns If implemented, provides access to a collection of the items selected in the list of selected columns.
RootNodes If implemented, provides access to a collection of hierarchical data source root nodes

Methods

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.

Events

Name Description
ActiveAvailableColumnChanged Occurs when the collection of the columns currently selected in the list of available columns is changed.
ActiveSelectedColumnsChanged Occurs when the collection of the columns currently selected in the list of selected columns is changed.
AddColumnClicked Occurs when the Add Column button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source.
RemoveAllColumnsClicked Occurs when the Remove All Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source.
RemoveColumnsClicked Occurs when the Remove Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source.
See Also