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

XtraReport.Margins Property

Gets or sets the margins of the report’s pages (measured in report units).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatPageSettings)]
public Margins Margins { get; set; }

Property Value

Type Description
Margins

A Margins object specifying the margins of a report page.

Remarks

The margins are measured in report units (either in hundredths of an inch, or in tenths of a millimeter). The currently used report units can be changed via the report’s XtraReport.ReportUnit property.

See Also