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

ConfigureReportPageSettingsPageView.Unit Property

Specifies the selected measure units of the report’s page.

Namespace: DevExpress.XtraReports.Wizards.Views

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

Declaration

public GraphicsUnit Unit { get; set; }

Property Value

Type Description
GraphicsUnit

A GraphicsUnit value.

Remarks

This property allows you to choose between Inch, Millimeter and Pixel to specify size options on the Specify Report Page Settings wizard page. After you finish the wizard, the Report Designer transforms the specified units to one of the supported report units (HundredthsOfAnInch, TenthsOfAMillimeter or Pixels) to provide a more precise report element alignment.

Implements

See Also