I am using Report Services on SQL Server 2005. I have a report that gets its data from a single SQL Server stored procedure. One other small table is used, but only to provide a list of values for selecting a parameter value to send to the stored procedure.
On the report I use a list control to display multiple records per page.
When printing the report (which currently produces over 500 pages - future printings of this report will not be nearly so large), the printer pauses between each page as if they are seperate print jobs. This is an HP LaserJet 5Si that normally cranks out reports very fast.
The only thing I can think of that might contribute to this sort of behavior is the fact that I set my margin sizes to 0in to get as much design room on the report as possible. Could that cause this sort of behavior

Pause between pages when printing RS report
Daniel Tong
When you print from the web you can preview the report first. Can you first preview the entire report before printing By doing this you will have downloaded all the pages to the client, when you actually print you will just be sending the emf file to the printer. If the problem still occurs then it is most likely an issue downstream from RS if it doesn't occur then RS would have some issue.
Thanks.
-Daniel
Lucky Tiger
-Daniel
CraigCody
Syedi
Honestly, I can't imagine a much simpler report. That is why I have trouble accepting this as being as good as it gets.
JohnGTN
How can I eliminate the pause between pages
Leonard Kleinow
I am printing the reports via the web. This behavior is exhibited when printing them from the Visual Studio design environment as well.