ReportUnitExtensions.ToDpi(ReportUnit) Method
Converts the specified report unit to a corresponding DPI value.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
reportUnit | ReportUnit | A ReportUnit enumeration value. |
Returns
Type | Description |
---|---|
Single | A Single value. |
See Also