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.
|
Properties
Name | Description | |
---|---|---|
CanRedo |
Returns true if the redo stack is not empty.
|
|
CanUndo |
Returns true if the undo stack is not empty.
|
|
Enabled |
Gets or sets whether the designer should save the state of the report
before applying any changes (e.g., when the user moves a field with the mouse).
|