Forum Discussion
HELP! Report Builder Page Overflowing Into the Next
- Anonymous4 years ago
Hi razaross ,
Please review the method in the following links and check whether they can help you resolve the problem.
Avoid blank pages when printing paginated reports
Report body width <= Report page width - (Left margin + Right margin)
How to get rid of blank pages in PDF exported from SSRS
> Set the report property called ConsumeContainerWhitespace to True (the default is false)
> Change the page units to Inches
Best Regards
Hi razaross ,
Please review the method in the following links and check whether they can help you resolve the problem.
Avoid blank pages when printing paginated reports
Report body width <= Report page width - (Left margin + Right margin)
How to get rid of blank pages in PDF exported from SSRS
> Set the report property called ConsumeContainerWhitespace to True (the default is false)
> Change the page units to Inches
Best Regards
The "ConsumeContainerWhitespace" setting did the trick. Thanks!