ReportUnit Enum
Lists the supported systems of measurement.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Members
Name | Description |
---|---|
Hundredths
|
The unit of measurement is in hundredths of an inch. |
Tenths
|
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). |
#Related API Members
The following properties accept/return ReportUnit values:
#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.