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

IConfigureReportPageSettingsPageView.BottomMargin Property

If implemented, 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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

float BottomMargin { get; set; }

Property Value

Type Description
Single

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

See Also