IMasterDetailAddGroupingLevelPageView Methods
If implemented, provides a view for the Add Grouping Levels (Single-Query Version) page of the Report Wizard.
Name | Description |
---|---|
Enable |
If implemented, activates or deactivates the Add Grouping Level button on a wizard page.
Inherited from IAdd |
Enable |
If implemented, activates or deactivates the Combine Grouping Level button on a wizard page.
Inherited from IAdd |
Enable |
If implemented, activates or deactivates the Move Grouping Level Down button on a wizard page.
Inherited from IAdd |
Enable |
If implemented, activates or deactivates the Move Grouping Level Up button on a wizard page.
Inherited from IAdd |
Enable |
If implemented, activates or deactivates the Remove Grouping Level button on a wizard page.
Inherited from IAdd |
Fill |
If implemented, populates the list of available columns.
Inherited from IAdd |
Fill |
If implemented, populates the list of grouping levels.
Inherited from IAdd |
Get |
If implemented, gets an array of records selected in the list of available columns.
Inherited from IAdd |
Get |
If implemented, gets the record selected in the list of grouping levels.
Inherited from IAdd |
Initialize |
If implemented, initializes a wizard page with the specified settings. |
Set |
If implemented, changes the active record in the list of grouping levels.
Inherited from IAdd |
Show |
If implemented, shows or hides the wait indicator on a wizard page.
Inherited from IAdd |
See Also