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

ASPxDocumentViewer.ToolbarMode Property

Specifies the toolbar mode of an ASPxDocumentViewer.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[DefaultValue(DocumentViewerToolbarMode.StandardToolbar)]
public DocumentViewerToolbarMode ToolbarMode { get; set; }

Property Value

Type Default Description
DocumentViewerToolbarMode **StandardToolbar**

A DocumentViewerToolbarMode object.

Available values:

Name Description
StandardToolbar

The ASPxDocumentViewer commands are displayed in its ReportToolbar.

Ribbon

The ASPxDocumentViewer commands are displayed in its Ribbon.

ExternalRibbon

The ASPxDocumentViewer commands are added to the application’s Ribbon.

None

The ASPxDocumentViewer has no toolbar.

Remarks

The Document Viewer provides a toolbar to navigate, export and print a report in the client web browser.

This toolbar can utilize one of the following user interface types.

  • Ribbon toolbar:

    web-document-viewer-toolbar-ribbon

  • Standard toolbar:

    document-viewer-report-toolbar-asp-net-mvc

See Also