Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1725
Printing without printer marigins
posted

I have a Documents.Report that I'm trying to print in 4 equal quadrants on a page. What I've done is to get the page width and height and divide each by 2 to get the height of the 2 rows of a table and the width of the 2 cells within each row. Those values are then used to place text and images within the various cells of the report.

This seems to work properly and did work properly in Version 7.3 but with 8.1 I'm having problems. It appears as though the document is always being generated with a 1" top and 1" left margin pushing everything down and right.

 I've tried setting everything that I can find to 0's (Section.PageMargins, etc.) but nothing seems to make any difference. I've also tried setting the report Preferences FitToMargins to false (and true), again no difference.

 Anyone have a clue as to how to get something to work without these margins (or at a minimum, a margin that is the "PageSettings.HardMarginX/Y" values.

Any help would be appreciated as I was very close to being done before 8.1 and now, not.

Neil