EnableAddGroupingLevelButton(Boolean)
|
If implemented, activates or deactivates the Add Grouping Level button on a wizard page.
|
EnableCombineGroupingLevelButton(Boolean)
|
If implemented, activates or deactivates the Combine Grouping Level button on a wizard page.
|
EnableGroupingLevelDown(Boolean)
|
If implemented, activates or deactivates the Move Grouping Level Down button on a wizard page.
|
EnableGroupingLevelUp(Boolean)
|
If implemented, activates or deactivates the Move Grouping Level Up button on a wizard page.
|
EnableRemoveGroupingLevelButton(Boolean)
|
If implemented, activates or deactivates the Remove Grouping Level button on a wizard page.
|
FillAvailableColumns(ColumnInfo[])
|
If implemented, populates the list of available columns.
|
FillGroupingLevels(GroupingLevelInfo[])
|
If implemented, populates the list of grouping levels.
|
GetActiveAvailableColumns()
|
If implemented, gets an array of records selected in the list of available columns.
|
GetActiveGroupingLevel()
|
If implemented, gets the record selected in the list of grouping levels.
|
SetActiveGroupingLevel(GroupingLevelInfo)
|
If implemented, changes the active record in the list of grouping levels.
|
ShowWaitIndicator(Boolean)
|
If implemented, shows or hides the wait indicator on a wizard page.
|