Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Blank Pages (NOT caused by margins etc.)

Author  Topic 

jfkrueger
Starting Member

2 Posts

Posted - 2009-07-23 : 11:46:07
I am using the webservices provided by Reporting Services 2005 to generate .pdf reports. For the most part it works fine but every once and awhile either the first or last page is completely blank and the data is not displayed. This is NOT an issue of margins or page formatting as the report normally works fine. It is not inserting extra blank pages, it is actually blanking out pages that SHOULD have data. Anyone have any clue why this would be happening?

Thanks!

bsivel
Starting Member

8 Posts

Posted - 2009-07-23 : 12:03:50
Check your controls (tables and rectangles) and make sure the PageBreakAtEnd / PageBreakAtStart are both set to false.

I've noticed that if either are set to true, it may NOT display the page break in the report manager but WILL display the break in a pdf.

Hope this helps.

bsivel

Brian Sivel
Go to Top of Page

jfkrueger
Starting Member

2 Posts

Posted - 2009-07-23 : 12:24:18
It is set to false on all controls. I do not think it has anything to do with formatting etc. as most of the time the reports work fine. If it were inserting a page break it would insert a blank page and then would print out the actual 2nd page of my report. This is not what is happening, it is not inserting extra blank pages, it is blanking out pages that should have data. Report is always two pages, sometimes the first one is blanked out and sometimes the second page is blanked out, but no extra pages are ever inserted. Seems like it is an issue with the webservice not rendering the report correctly or an error with the export functionality.

This is killing me, anyone???
Go to Top of Page
   

- Advertisement -