Skip to main content
All docs
V19.1

ReportInfo.ReportUnit Property

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

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