Skip to main content

ConfigureReportPageSettingsPageView.BottomMargin Property

Specifies the bottom margin of the report page, measured in the units defined by the Unit property.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public float BottomMargin { get; set; }

Property Value

Type Description
Single

A Single value that specifies the page’s bottom margin.

Implements

See Also