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

ReportModel.Margins Property

Specifies the margins of the report’s pages (measured in Document units).

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public MarginsFloat Margins { get; set; }

Property Value

Type Description
DevExpress.XtraPrinting.Drawing.MarginsFloat

A DevExpress.XtraPrinting.Drawing.MarginsFloat object.

See Also