Originally Posted by jpol
|
|
I am having a very weird issue when printing a custom report... I built a custom report off of a pre-supplied report and just moved a few things around to make it more custom for us. However, when I print it, it prints the first page, a blank, the second page, a blank.... to the end. i tried just creating a custom report, not changing anything, and the same things happens. Anyone got any thoughts?
|
Without knowing what you changed, here are a couple of things to consider:
The Margins set in the wizard and the designer canvas (width of the layout) are related, but changing one does not automatically change the other. The reason for this is that users can design "columned" reports (reports that print multiple times across a page).
All that said, the standard on the reports is Letter (paper size 8.5 x 11 inches) with 1 inch margins on the left and right and a report width of 6.5 inches.
If the report width is stretched to more than the paper width minus both margins, then you will get blank pages (printing extra width). Usually you see this when the report is shown as a red line in the viewer (it denotes a page cut off).
Another possibility is that a control was moved off the left or right of the designer canvas, is not visible, and is causing the extra width to be generated.
Lastly, is this happening for the standard reports? If so, take a look at your printer settings and see if they aren't causing the issue (I kind of doubt this, but worth looking at).
Take a look at these few things and see if one or the other is the issue.
-R