Skip to main content
A newer version of this page is available. .

IMasterDetailAddGroupingLevelPageView Events

If implemented, provides a view for the Add Grouping Levels (Single-Query Version) page of the Report Wizard.
Name Description
ActiveAvailableColumnsChanged Occurs when the active record in the list of the available columns is changed. Inherited from IAddGroupingLevelPageView.
ActiveGroupingLevelChanged Occurs when the active record in the list of grouping levels is changed. Inherited from IAddGroupingLevelPageView.
AddGroupingLevelClicked Occurs when the Add Grouping Level button is clicked on a wizard page. Inherited from IAddGroupingLevelPageView.
CombineGroupingLevelClicked Occurs when the Combine Grouping Level button is clicked on a wizard page. Inherited from IAddGroupingLevelPageView.
GroupingLevelDownClicked Occurs when the Move Grouping Level Down button is clicked on a wizard page. Inherited from IAddGroupingLevelPageView.
GroupingLevelUpClicked Occurs when the Move Grouping Level Up button is clicked on a wizard page. Inherited from IAddGroupingLevelPageView.
RemoveGroupingLevelClicked Occurs when the Remove Grouping Level button is clicked on a wizard page. Inherited from IAddGroupingLevelPageView.
SelectedQueryChanged Occurs when a query selected on a wizard page is changed.
See Also