Problem with RDLC Export to PDFhttp://forums.asp.net/t/1546851.aspx/1?Problem+with+RDLC+Export+to+PDFTue, 13 Apr 2010 20:44:18 -040015468513782795http://forums.asp.net/p/1546851/3782795.aspx/1?Problem+with+RDLC+Export+to+PDFProblem with RDLC Export to PDF <p>I&nbsp;have an rdlc reports which&nbsp;renders fine within our asp.net 3.5 site.&nbsp; However, when I use use its built-in export to PDF feature, the resulting PDF file has three blank pages after each page of data. So my my 5 page report turns into 20 pages in PDF.</p> <p>What am I missing?</p> 2010-04-13T17:24:36-04:003782813http://forums.asp.net/p/1546851/3782813.aspx/1?Re+Problem+with+RDLC+Export+to+PDFRe: Problem with RDLC Export to PDF <p>Look at the propeties of the elements in your report. Make sure you do not have&nbsp;any boxes checked that says Page Break etc...&nbsp;</p> 2010-04-13T17:30:07-04:003782882http://forums.asp.net/p/1546851/3782882.aspx/1?Re+Problem+with+RDLC+Export+to+PDFRe: Problem with RDLC Export to PDF <p>Thanks for the helpful hint.&nbsp; However, it only solved half of the problem!&nbsp; Now&nbsp;that I have removed all references to pagebreak from rdlc, the PDF&nbsp;result still has one blank page after each page of data.&nbsp; So my 5 page report now shows as 10 pages in the PDF format.</p> 2010-04-13T18:20:11-04:003783023http://forums.asp.net/p/1546851/3783023.aspx/1?Re+Problem+with+RDLC+Export+to+PDFRe: Problem with RDLC Export to PDF <p>Are you using tables?</p> <p>Make sure you check each option:</p> <p>PageBreakAtEnd</p> <p>PageBreakAtStart</p> <p>RepeatFooterOnNewPage</p> <p>RepeatHeaderOnNewPage</p> <p>&nbsp;</p> <p>see if any of thos are causing it.</p> 2010-04-13T19:22:13-04:003783057http://forums.asp.net/p/1546851/3783057.aspx/1?Re+Problem+with+RDLC+Export+to+PDFRe: Problem with RDLC Export to PDF <p>&nbsp;None of those helped; I'm still getting one blank page after each page of data.</p> 2010-04-13T19:51:29-04:003783072http://forums.asp.net/p/1546851/3783072.aspx/1?Re+Problem+with+RDLC+Export+to+PDFRe: Problem with RDLC Export to PDF <p>Are your margins not setup correctly? If you exceed even just a little it will kick out blank pages.&nbsp;</p> 2010-04-13T19:59:43-04:003783131http://forums.asp.net/p/1546851/3783131.aspx/1?Re+Problem+with+RDLC+Export+to+PDFRe: Problem with RDLC Export to PDF <p>Yes, margin setting was the issue and it's OK now.&nbsp; Thanks.&nbsp;</p> 2010-04-13T20:44:18-04:00