XtraReport.UnitToDpi(ReportUnit) Method
In This Article
OBSOLETE
Use the Report
Converts report measurement units into screen coordinates.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Obsolete("Use the ReportUnit.ToDpi method instead.")]
public static float UnitToDpi(
ReportUnit reportUnit
)
#Parameters
Name | Type | Description |
---|---|---|
report |
Report |
A Report |
#Returns
Type | Description |
---|---|
Single | A Single value. |
See Also