Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to develop an A4 page size report for print using the RDLC report designers in VS 2008 and VS 2010. I'm finding this an infuriating and extremely frustrating task, as the smallest changes to the report disturb some kind of strange balance and result in a blank printed page after every report page. Is there anything I can do to prevent this?
Posted

1 solution

Yes!

Looks like your changes are increasing the availalbe width of the report such that total width including margins are exceeding 8.5 inches for A4

Make sure, after counting in margins you keep the report data in the left space.
Like. margins .5 inch on left and right then, you need to fit your data control in report in 7.5inch width (this includes bolder/padding if any).

In case, you need more space, then you can rotate the view to Landscape by reversing the Interactive width(& Page width) against Interactive Height(& Page height) (After this you will have 11 inches in width including margins)

Hope it helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900