Skip to main content

ReportUnit Enum

Lists the supported systems of measurement.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.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 XRControl.LocationF.

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

Extension Methods

See Also