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

IMasterDetailAddGroupingLevelPageView Methods

If implemented, provides a view for the Add Grouping Levels (Single-Query Version) page of the Report Wizard.
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.
See Also