Main Toolbar
- 2 minutes to read
The Main Toolbar provides access to the report editing commands in the Web Report Designer.
Handle the following client-side events to customize the Main Toolbar:
ASP.NET Web Forms & MVC | ASP.NET Core |
---|---|
CustomizeMenuActions | CustomizeMenuActions |
Clipboard Commands
Use these commands to place the selected elements in the clipboard and paste them onto the required report bands:
Command | Icon | Description |
---|---|---|
Cut | Cuts the selected control to the clipboard. | |
Copy | Copies the selected control to the clipboard. | |
Paste | Pastes a control from the clipboard onto the selected report band. |
Edit Commands
The following commands allow you to delete report elements and cancel previous actions:
Command | Icon | Description |
---|---|---|
Undo | Cancels the last change made to the document. | |
Redo | Reverses the last undo action. | |
Delete | Deletes the selected control. |
View Commands
Use the commands below to adjust the report zoom factor:
Command | Icon | Description |
---|---|---|
Zoom In | Increases the document’s current zoom factor by 5 percent. | |
Zoom Out | Decreases the document’s current zoom factor by 5 percent. | |
Zoom Factor | Zooms to a specific zoom factor selected from the dropdown list. |
Mode Commands
The following commands enable you to toggle between Report Designer’s modes:
Command | Icon | Description |
---|---|---|
Full Screen | Switches to the Full Screen mode. | |
Report Designer | Switches to the Design mode. | |
Report Viewer | Switches to the Preview mode. |
Scripting Commands
Use the following command to invoke the Script Editor:
Command | Icon | Description |
---|---|---|
Scripts | Invokes the Script Editor. The command is not available in the default configuration. Review the following help topic: Scripts Security. |
Validation Commands
The command below turns off the binding validation mode.
Command | Icon | Description |
---|---|---|
Validate Bindings | Highlights report controls with invalid data bindings or incorrect expressions. |