Skip to main content
A newer version of this page is available.
All docs
V18.2

ReportInfo.ReportUnit Property

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ReportUnit ReportUnit { get; set; }

Property Value

Type
ReportUnit

Available values:

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).

See Also