How to prevent extra blank pages in an rdl report file?
开发者_JS百科In my design view my report fits to one page, but when I print and export the file it creates extra blank pages displaying the header and footer. How can I fix this?
The last time I encountered this issue, it was caused by an element in the header which extended further than the page width.
Check your header/footer to make sure that nothing is wider than your page width and check that there are no elements which extend into the left or right margin.
精彩评论