I design a report, with 5mm PageBorders. In this Page is one DetailSection with a black field 10mm x 10mm in the left, top edge
When I print this Report, the black field is not on the correct position on the Paper.
I tried to reduce the Margins with HardMarginX and HardMarginY from the PrinterSettings Object in the constructor of the report. This is working for the Printout. But I think is not the best way to do this. How can I ensure that the report is printed on all printers in the correct layout.
Is there a posibility to set PageScaling to none for the PrintReport method?
If I export the Report to a PDF and print this report, all is at the correct position (Page Scaling = none).
Any ideas are welcome.
When I print this Report, the black field is not on the correct position on the Paper.
I tried to reduce the Margins with HardMarginX and HardMarginY from the PrinterSettings Object in the constructor of the report. This is working for the Printout. But I think is not the best way to do this. How can I ensure that the report is printed on all printers in the correct layout.
Is there a posibility to set PageScaling to none for the PrintReport method?
If I export the Report to a PDF and print this report, all is at the correct position (Page Scaling = none).
Any ideas are welcome.