Render Timeout

Stimulsoft Reports.NET discussion
Post Reply
Paulo Lemos
Posts: 19
Joined: Tue Jan 06, 2015 7:39 pm

Render Timeout

Post by Paulo Lemos »

Hi!

I have a really big report, that can reach more then 10k pages. Obviously, I'm getting a timeout error when rendering it sometimes.

I already tought of making an asynchronous process to generate a PDF file of the report, to be downloaded in another page. I don't know if this would be the best method to solve the problem. Considering that the query is on it's better possible performance, do you have any sugestions?

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Render Timeout

Post by Alex K. »

Hello,

Can you please send us a full error stack for analysis.

Thank you.
Paulo Lemos
Posts: 19
Joined: Tue Jan 06, 2015 7:39 pm

Re: Render Timeout

Post by Paulo Lemos »

I can't Aleksey, sorry.

What is happening is that I have a Daily Account Report, and when I set the period between less then 10 days, takes about 20 seconds, but the report shows me around 200 pages with success. I will need to set the period to a whole year sometimes, that would take several minutes to execute the query on database, and the report would show more then 10.000 pages. Obviously, it's geting me a timeout error when it's still waiting for the query to execute on database.

I want to know if Stimulsoft suports some way to export the report, as a PDF file as an asynchronous process, so the user can download it later, when it's ready. If not, do you have any sugestion how to solve the problem?

I'm sorry about my english, could I make myself clear?

Thank you very much for your help.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Render Timeout

Post by Alex K. »

Hello,

Please try to increase value for the CommandTimeout property for the DataSource.

Thank you.
Post Reply