The UndoStack type exposes the following members.
Methods
|
Name |
Description |
|
Clear
|
Clears the undo/redo stack.
|
|
Redo
|
Redo changes, cancelling the last undo operation.
|
|
SaveState
|
Save the current report state into the undo stack.
|
|
Undo
|
Undo changes and restore the report to the last saved state.
|
See Also