Back to Devexpress

ReportModel.Margins Property

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-reportmodel-91aa580c.md

latest1.2 KB
Original Source

ReportModel.Margins Property

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

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public DXMargins Margins { get; set; }
vb
Public Property Margins As DXMargins

Property Value

TypeDescription
DXMargins

Report page margins.

|

See Also

ReportModel Class

ReportModel Members

DevExpress.XtraReports.Wizards Namespace