Extra blank page on rdlc report
Hello.
I’ve been struggling with this issue since yesterday and i’m unable to solve it. I have an rdlc report that always produces the last page in blank. In this page, the header and the footer are printed but no data is shown (all data finishes in the previous page). I already checked and re-checked the horizontal and vertical printable areas and all the report definitions fit into these areas (if not, a blank page will be produced in between each page, I guess). If the report has one page, two pages are printed, if there are ten pages with data, eleven pages are printed…
Can someone please give me some idea of what is causing this?
Thanks a lot for any kind help.
Octavio
Re: Extra blank page on rdlc report
Check width of controls. Do not make them all the way to right edge. Make them a 0,5mm smaller. And check the contents of these text boxes - are they growing with content?
Re: Extra blank page on rdlc report
Hello.
I followed your advice but no way!!
This is becoming more and more weird. If i run the report for six records no extra page is printed. However, if i run it for seven or more records then there is this damned extra page appearing...don't know what else to do...
Thank you for your help.
Octavio
Re: Extra blank page on rdlc report
Maybe this then: ConsumeConteinerWhitespace = True
Re: Extra blank page on rdlc report
Hello.
Also ConsumeConteinerWhitespace = True did not solve the problem. I rebuild the report from scratch and now it works fine. Was unable to detect what was causing the problem...
Thank you for you help.
Octavio