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

ReportToolbarAlignment Enum

Lists the values specifying the alignment settings of an ASP.NET Document Viewer’s toolbar.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public enum ReportToolbarAlignment

Members

Name Description
Default

The report toolbar is left-aligned (horizontally) within a Document Viewer.

Center

The report toolbar is center-aligned (horizontally) within a Document Viewer.

See Also