Back to Devexpress

Toolbar

xtrareports-403473-web-reporting-blazor-reporting-native-report-viewer-interface-elements-toolbar.md

latest3.6 KB
Original Source

Toolbar

  • Feb 09, 2026

The Report Viewer Toolbar provides access to report editing, navigation, and other commands:

The following table lists available commands and their descriptions:

CommandIconDescriptionLocalization String Id
FirstPageNavigates to the first page.Toolbar_FirstPage
PreviousPageNavigates to the previous page.Toolbar_PreviousPage
GoToPageNavigates to the specified page.Toolbar_PageOfPagesFormat
NextPageNavigates to the next page.Toolbar_NextPage
LastPageNavigates to the last page.Toolbar_LastPage
HighlightEditingFieldsHighlights all edit fields in the document.Toolbar_HighlightEditingFields
ZoomOutDecreases the document zoom factor by 5 percent.Toolbar_ZoomOut
SetZoomFactorSpecifies the document zoom factor.
ZoomInIncreases the document zoom factor by 5 percent.Toolbar_ZoomIn
PrintPrints the document.Toolbar_Print
ExportToExports the document to the format selected in the drop-down list.Toolbar_ExportTo
CancelDocumentCreationInterrupts and cancels the document creation process.Toolbar_CancelDocumentCreation

Customize the Toolbar

Review the following topic for customization scenarios: Customize the Report Viewer Toolbar.

See Also

Customize the Report Viewer Toolbar