Skip to main content

ConfigureReportPageSettingsPage.Unit Property

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

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnUnitChanged")]
public virtual DXGraphicsUnit Unit { get; set; }

Property Value

Type
DXGraphicsUnit

Available values:

Name Description
World

The world coordinate system unit.

Display

The measurement units of the display device. Typically pixels for video displays, and 1/100 inch for printers.

Pixel

The device pixel.

Point

The printer’s point (1/72 inch).

Inch

The inch.

Document

The document unit (1/300 inch).

Millimeter

The millimeter.

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.

See Also