Skip to main content
A newer version of this page is available. .

ReportToolbar Class

As part of the ASPxDocumentViewer, provides a toolbar to navigate, export and print a report on the web.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public class ReportToolbar :
    ASPxWebControl,
    IControlDesigner

Remarks

A default toolbar is automatically enabled by an ASPxDocumentViewer. To access and customize a Report Toolbar, use the following properties.

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 provided by the ReportToolbarExtension class.

See Also