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)
 PDF format print extra blank page with header

Author  Topic 

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2007-11-06 : 05:18:24
Hi,

When I Preview my report then it's fine only 2 pages with no blank page with header in between.

I then deploy it & open via web.

But when i export to PDF & print it pints 3 pages with the first being a blank page with header.

Any Idea what I'm doing wrong?

Regards,

Zoroaster
Aged Yak Warrior

702 Posts

Posted - 2007-11-06 : 09:50:10
Your page is too wide, see my previous post on this topic:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=91715




Future guru in the making.
Go to Top of Page

tjwent69
Starting Member

30 Posts

Posted - 2007-11-07 : 13:47:51
I have experience a blank first page when the table was in the window too far down the screen.

For example: My users like the same report with a different sort like (by lastname, by firstname, or by street) so I create a parameter with the different sort option. I have three tables each with a different sort. The user selects sort and the table that uses the same sort is visible while the other two are hidden. When the visible table happens to be down the screen it spits out a blank first page. What I have to do is lay the tables on top of each other (without imbedding them) and then that first page is the actual report. It is a pain when you have to go back a few months later and add a new column or something and you have forgotten what you did.
Go to Top of Page
   

- Advertisement -