Edit
The Edit menu contains an Undo, Redo, Cut, Copy, Paste, Delete, and Select All options.
- Undo
- Reverse previous editing operation. The 'Undo' operation gets stored in the stack and the stack can hold 256 operations.
- Redo
- To reverse an Undo operation. The 'Redo' operation gets stored in the stack and the stack can hold 256 operations.
- Cut
- Deletes the current selection and places it on the clipboard so that it can be pasted. It will be grayed out if no report element is selected or no report document is open.
- Copy
- Copies the current selection to the clipboard so that it can be pasted. It will be grayed out if no report element is selected or no report document is open.
- Paste
- Pastes from the clipboard to the current location in the active window. It will be grayed out if no report element is available on the clipboard or no report document is open.
- Delete
- Deletes the current selection without placing it on the clipboard. The user is displayed a confirmation dialog before the element gets deleted. It will be grayed out if no report element is selected or no report document is open.
- Select All
- Selects all elements on the active report document. It will be grayed out if no report document is open.