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

ReportUnit Enum

Lists the supported systems of measurement.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public enum ReportUnit

Members

Name Description
HundredthsOfAnInch

The unit of measurement is in hundredths of an inch.

TenthsOfAMillimeter

The unit of measurement is in tenths of a millimeter.

Pixels

The unit of measurement is in pixels (one pixel equals 1/96 of an inch).

Remarks

A ReportUnit enumeration value is returned by the XtraReport.ReportUnit property. This option specifies the units of measurement (Imperial or Metric) that are used to express values of such properties as XRControl.SizeF and Band.LocationF.

Only the XRControl.BorderWidth property value is expressed in ReportUnit.Pixels.

Extension Methods

See Also