What controls the page size units (inches/cm)?
In the page size dialog that opens from
previewControl.PageSetup();
the page sizes usually appear in inches. We have a customer for which the page sizes are appearing in centimeters.
What controls this?
In the page size dialog that opens from
previewControl.PageSetup();
the page sizes usually appear in inches. We have a customer for which the page sizes are appearing in centimeters.
What controls this?
Comments
Hello!
Its set in report designer, menu View -> Opions
That controls the units that appear at design time.
The issue is that for a customer, at run time, the page setup dialog is showing cm for their reports (all reports). No other customers are experiencing this even with the same reports.
We learned there is a setting in the FastReport.xml that controls this. But have no idea why/how this setting was changed for the 1 customer.
Launch the Report settings window and set the "inches" units of measurement there. After that, inches will also be shown in the settings dialog
This is a global setting, apparently someone edited the report and set the units of measurement to centimeters
That does seem to control it. I don't think its a very logical design.