After creating and deploying a new report I try printing but it will not print on even pages. I'm using SQLServer 2005. It prints page 1 then only header and footer on page2 then page 3 has the continuation from page 1, etc...
Any ideas?
good day..
i have encounter same problem with you. but i resolve it by proper page breaks. try to page break end in the footer.
|||Most likely your report definition (report.body + margin left + margin right) is wider than the page width. Hence, every second page is an empty page.
You may also want to read this blog posting: http://blogs.msdn.com/bwelcker/archive/2005/08/19/454043.aspx
-- Robert
No comments:
Post a Comment