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

sql server reporting services : Using .Render() method seems slow.


ron
5/23/2006 1:23:01 PM
I am using the execution service render() and renderstream() methods to
generate streams that are either displayed as a Metafile print preview to the
user or printed. The report is 221 pages long. The render calls seem to be
taking a very long time (40-50 seconds per). Is this functionallity just
Amarnath
5/24/2006 5:05:02 AM
Hi,
Are you doing calc on your front end if so, take including calculation and
as much as possible even other things to stored procedures. That will improve
considerabily.

Amarnath

[quoted text, click to view]
ron
5/24/2006 7:43:02 AM
Thanks for your response, Amarnath. We've got the sp's optimized, and
generating the report itself through a web URL occurs in acceptable time.
It's just when we use the sessionId to re-render in an image format, then
renderstream for each streamId returned to resolve embedded images that
performance gets real bad.

ron


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