ReportModel.Unit Property
OBSOLETE
This property is now obsolete. Use ReportUnit instead.
Specifies units of measure for the report.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[Obsolete("This property is now obsolete. Use ReportUnit instead.")]
public DXGraphicsUnit Unit { get; set; }
Property Value
| Type | Description |
|---|---|
| DXGraphicsUnit | An enumeration value that indicates the measurement unit. |
Available values:
| Name | Description |
|---|---|
| World | The world coordinate system unit. |
| Display | The measurement units of the display device. Typically pixels for video displays, and 1/100 inch for printers. |
| Pixel | The device pixel. |
| Point | The printer’s point (1/72 inch). |
| Inch | The inch. |
| Document | The document unit (1/300 inch). |
| Millimeter | The millimeter. |
See Also