Skip to main content

IConfigureReportPageSettingsPageView.TopMargin Property

If implemented, specifies the top margin of the report page, measured in the units defined by the Unit property.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

float TopMargin { get; set; }

Property Value

Type Description
Single

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

See Also