The UndoStack type exposes the following members.

Methods

  Name Description
Public method Clear
Clears the undo/redo stack.
Public method Redo
Redo changes, cancelling the last undo operation.
Public method SaveState
Save the current report state into the undo stack.
Public method Undo
Undo changes and restore the report to the last saved state.

See Also