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

DocumentViewerReportToolbarStyles.Alignment Property

Specifies the alignment settings of a Document Viewer’s toolbar.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

[DefaultValue(ReportToolbarAlignment.Default)]
public ReportToolbarAlignment Alignment { get; set; }

Property Value

Type Default Description
ReportToolbarAlignment **Default**

A ReportToolbarAlignment enumeration value.

Available values:

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