This is a migrated thread and some comments may be shown as answers.

Setting Timeout

1 Answer 281 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 01 Jul 2014, 01:31 PM
We created a custom report designer for our web application.  We use Telerik's report engine to render the reports.  It is possible for a user to create a report that will take nearly forever to complete.  When this happens, it locks resources on the server, slowing the application for other users.

We want to set a timeout on the Telerik report renderer, but cannot find that property.  Is there a way to set the timeout for the report engine?

1 Answer, 1 is accepted

Sort by
0
Hinata
Top achievements
Rank 1
answered on 04 Jul 2014, 07:33 AM
Hi Chris,

There is no timeout for the render process. There is only the Report.Error event to catch an error in the report processing, and stop the further processing through the event arguments, or throw your own exception with custom text.
I believe an appropriate setting should be applied on the server such as limiting the amount of CPU usage per user.
Tags
Report Designer (standalone)
Asked by
Chris
Top achievements
Rank 1
Answers by
Hinata
Top achievements
Rank 1
Share this question
or