Groups | Blog | Home
all groups > sql server reporting services > march 2005 >

sql server reporting services : Number of pages - how to get?


RN
3/18/2005 1:13:57 PM
http://www.csharphelp.com/archives3/archive545.html

Here is how you can find the number of pages if you were to render it
as IMAGE. This might or may not work for PDF.
Christopher Conner
3/18/2005 2:51:05 PM
Hey gang... I have been working with some reports that return a ridiculously
large amount of pages and have decided to introduce a "feature" into my app
that would tell the user that the report they are requesting is "greater
than ### of pages - are you sure you want this report" kind of scenario.

anyone have any ideas on how to quickly get the maximum # of pages that
would be output say for PDF BEFORE I render the whole thing?

=-Chris

Mike Welch
3/18/2005 3:14:11 PM
You can get the number of pages through the Globals!TotalPages expression
field.

--
Mike Welch
http://www.componentscience.net


[quoted text, click to view]

AddThis Social Bookmark Button