Back to Devexpress

Main Toolbar

xtrareports-17552-web-reporting-end-user-report-designer-for-web-interface-elements-main-toolbar.md

latest4.3 KB
Original Source

Main Toolbar

  • Aug 18, 2023
  • 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 & MVCASP.NET Core
CustomizeMenuActionsCustomizeMenuActions

Clipboard Commands

Use these commands to place the selected elements in the clipboard and paste them onto the required report bands:

CommandIconDescription
CutCuts the selected control to the clipboard.
CopyCopies the selected control to the clipboard.
PastePastes 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:

CommandIconDescription
UndoCancels the last change made to the document.
RedoReverses the last undo action.
DeleteDeletes the selected control.

View Commands

Use the commands below to adjust the report zoom factor:

CommandIconDescription
Zoom InIncreases the document’s current zoom factor by 5 percent.
Zoom OutDecreases the document’s current zoom factor by 5 percent.
Zoom FactorZooms to a specific zoom factor selected from the dropdown list.

Mode Commands

The following commands enable you to toggle between Report Designer’s modes:

CommandIconDescription
Full ScreenSwitches to the Full Screen mode.
Report DesignerSwitches to the Design mode.
Report ViewerSwitches to the Preview mode.

Scripting Commands

Use the following command to invoke the Script Editor:

CommandIconDescription
ScriptsInvokes the Script Editor. The command is not available in the default configuration. Review the following help topic: Scripts - Security Considerations.

Validation Commands

The command below turns off the binding validation mode.

CommandIconDescription
Validate BindingsHighlights report controls with invalid data bindings or incorrect expressions.