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

ConfigureReportPageSettingsPageView.TopMargin Property

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.v18.2.Extensions.dll

Declaration

public float TopMargin { get; set; }

Property Value

Type Description
Single

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

Implements

See Also