ReportToolbar Class
A toolbar to navigate, export and print a report on the web.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
A default toolbar is automatically enabled by an ASPxDocumentViewer. To access and customize a Report Toolbar, use the following properties.
- the toolbar appearance: ASPxDocumentViewer.StylesToolbar;
- the toolbar items: ASPxDocumentViewer.ToolbarItems.
To access a Report Toolbar on the client, call the ASPxClientDocumentViewer.GetToolbar method that returns an ASPxClientReportToolbar object.
In ASP.NET MVC, a Report Toolbar is the ReportToolbarExtension class.
Inheritance
See Also