xtrareports-devexpress-dot-xtrareports-dot-ui-7e9bf7b5.md
Lists the supported systems of measurement.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum ReportUnit
Public Enum ReportUnit
| Name | Description |
|---|---|
Inches |
The unit of measurement is in inches.
|
| HundredthsOfAnInch |
The unit of measurement is in hundredths of an inch.
|
| Millimeters |
The unit of measurement is in millimeters.
|
| 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).
|
The following properties accept/return ReportUnit values:
| Library | Related API Members |
|---|---|
| WPF Controls | ConfigureReportPageSettingsPage.ReportUnit |
| .NET Reporting Tools | ConfigureReportPageSettingsPageView.ReportUnit |
| GraphicsUnitInfo.Unit | |
| IConfigureReportPageSettingsPageView.ReportUnit | |
| ReportModel.ReportUnit | |
| ReportSettingsBase.ReportUnit | |
| XtraReport.ReportUnit |
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.
See Also