Back to Devexpress

ReportUnit Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-7e9bf7b5.md

latest3.2 KB
Original Source

ReportUnit Enum

Lists the supported systems of measurement.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum ReportUnit
vb
Public Enum ReportUnit

Members

NameDescription
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:

LibraryRelated API Members
WPF ControlsConfigureReportPageSettingsPage.ReportUnit
.NET Reporting ToolsConfigureReportPageSettingsPageView.ReportUnit
GraphicsUnitInfo.Unit
IConfigureReportPageSettingsPageView.ReportUnit
ReportModel.ReportUnit
ReportSettingsBase.ReportUnit
XtraReport.ReportUnit

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

ToDpi()

See Also

ReportUnitExtensions

Report Units of Measurement

DevExpress.XtraReports.UI Namespace