vote up 2 vote down star

We have a 2005 report that can be 2 to around 250 pages with the average being in the ballpark of 10. When the report was developed, our developer was told that 10 pages or so was the right number, and without knowing the business domain very well he decided reporting services was the correct approach.

Now that the report has been deployed to PROD, we are having some complaints of the report timing out. Neither the developer or I on this are terribly surprised given the sheer size of the report that is being requested (250 pages).

My question is what options do we have to use our current report that works 95% of the time and make it work for the remaining 5%? Are there configuration options anywhere to improve the rendering performance or anything like that?

The report is used for return authorizations so the size of the returns can very. Each authorization page has 4 different return labels with logos and barcodes.

To clarify:

The report is rendered fairly quickly from reporting services to the report viewer, but when we export to PDF is when it takes a while to load.

flag

1 Answer

vote up 0 vote down check

There is a report execution timeout setting for each report in SSRS. By default, they are set to use the default system setting, but they can be customized through the report manager or SSMS.

Are you sure it isn't a database command timeout? That could be adjusted in the connection string. Is it the report that is inefficient or the query? 250 pages for a SSRS report really isn't that bad. We run reports that large often. SSRS actually outperforms most of the other reporting engines we use.

link|flag
Definitely not a DB timeout. The data is retrieved very quickly. I'm trying the increased timeout for the report itself. – RSolberg May 8 at 16:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.