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

IMasterDetailAddGroupingLevelPageView Members

If implemented, provides a view for the Add Grouping Levels (Single-Query Version) page of the Report Wizard.

Properties

Name Description
SelectedQuery If implemented, specifies a query selected on a wizard page.

Methods

Name Description
EnableAddGroupingLevelButton(Boolean) If implemented, activates or deactivates the Add Grouping Level button on a wizard page. Inherited from IAddGroupingLevelPageView.
EnableCombineGroupingLevelButton(Boolean) If implemented, activates or deactivates the Combine Grouping Level button on a wizard page. Inherited from IAddGroupingLevelPageView.
EnableGroupingLevelDown(Boolean) If implemented, activates or deactivates the Move Grouping Level Down button on a wizard page. Inherited from IAddGroupingLevelPageView.
EnableGroupingLevelUp(Boolean) If implemented, activates or deactivates the Move Grouping Level Up button on a wizard page. Inherited from IAddGroupingLevelPageView.
EnableRemoveGroupingLevelButton(Boolean) If implemented, activates or deactivates the Remove Grouping Level button on a wizard page. Inherited from IAddGroupingLevelPageView.
FillAvailableColumns(ColumnInfo[]) If implemented, populates the list of available columns. Inherited from IAddGroupingLevelPageView.
FillGroupingLevels(GroupingLevelInfo[]) If implemented, populates the list of grouping levels. Inherited from IAddGroupingLevelPageView.
GetActiveAvailableColumns() If implemented, gets an array of records selected in the list of available columns. Inherited from IAddGroupingLevelPageView.
GetActiveGroupingLevel() If implemented, gets the record selected in the list of grouping levels. Inherited from IAddGroupingLevelPageView.
Initialize(IEnumerable<MasterDetailQueryInfo>) If implemented, initializes a wizard page with the specified settings.
SetActiveGroupingLevel(GroupingLevelInfo) If implemented, changes the active record in the list of grouping levels. Inherited from IAddGroupingLevelPageView.
ShowWaitIndicator(Boolean) If implemented, shows or hides the wait indicator on a wizard page. Inherited from IAddGroupingLevelPageView.

Events

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