This demo illustrates how to create a custom report toolbar, and use it instead of the default toolbar shipped with XtraReports.
While the default ReportToolbar is created using ASPxMenu, the custom toolbar in this demo is created using controls from the ASPxEditors Suite.
Note that this is possible because all ReportViewer commands (e.g. Print, GoToPage) are accessible on the client side via the ASPxClientReportViewer class's methods.