IAddGroupingLevelPageView 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. |
| ActiveGroupingLevelChanged | Occurs when the active record in the list of grouping levels is changed. |
| AddGroupingLevelClicked | Occurs when the Add Grouping Level button is clicked on a wizard page. |
| CombineGroupingLevelClicked | Occurs when the Combine Grouping Level button is clicked on a wizard page. |
| GroupingLevelDownClicked | Occurs when the Move Grouping Level Down button is clicked on a wizard page. |
| GroupingLevelUpClicked | Occurs when the Move Grouping Level Up button is clicked on a wizard page. |
| RemoveGroupingLevelClicked | Occurs when the Remove Grouping Level button is clicked on a wizard page. |
See Also