Groups | Blog | Home
all groups > sql server reporting services > august 2006 >

sql server reporting services : Suppress Paging (Page numbers)


Sudha Kashyap
8/11/2006 10:31:05 PM
Hello,

I want to suppress paging (page numbers) and have all the records display
on a single page in a report. I am loading that report into a ReportViewer
Control.

Any ideas/suggestions would be appreciated.

Thanks,
SK

Ravi
8/14/2006 9:14:02 AM
Try increasing the height or width of the report
--
THANKS & PLEASE RATE THE POSTING.
--RAVI--


[quoted text, click to view]
Josh
8/15/2006 9:39:36 AM

SK,

This is not a very good solution, but I'll mention it just in case it
solves your problem.

When you group, enable drill-down, and leave the detail row(s) hidden
by default, the entire report will stay on one page when rendered in
HTML. I believe that the details rows aren't actually returned until
they are needed, so there is no way for the report engine to know
exactly how many pages it will need.

So... a report property called "display on one page" would work much
better, but maybe this will help.

-Josh


[quoted text, click to view]
AddThis Social Bookmark Button