Hi everybody.
I'm using CR for VS 2013, I've downloaded and installed the latest Patches, so my system should be pretty up-to-date,
My app needs to print labels on a A4 labels sheet; they are arranged in a 4 x 10 pattern, no borders or margins, so I need to use all the available space on the sheet, I manage the no-print area of the printer by offsetting the fields on the labels.
I've created the report with no predefined printer and I've checked the "dissociate page/printer" option. It looks perfectly ok when I preview it, all the labels are in the exact position where they should be.
However, when I print it the report gets resized with approx 0.5 cm on each side. This changes the placement of the individual labels within the sheet, so thay don't align anymore with the physical lables etched on the sheet.
This happens no matter whether I print from the preview or I print it from code by using the PrintToPrinter method (actually this is the method I need to be using).
Can anybody point me in the right direction for solving this issue?