Units in Crystal Reports 10

I did not found solution for this proble so for now i'm doing conversion in code. When I set margins i calculate them in milimeters. Here is the formula:

Const Koef As Decimal = 0.0175
MyMargin = Math.Ceiling(ReportMargin / Koef)
 
Back
Top