We have recently converted many of our reports to use the new Telerik reporting and Web Viewer. While most of these reports are running fine, there are some time-out issues we are running into. The issues deal with the amount of data being renderred on the report and the values returned. I have checked and the Stored Procedure getting the data is returning in just a few seconds, so the issue is not with data retrieval from the database. What I am seeing is the following:
- Select the report we want to view. This makes the postback call to the server to retrieve the data.
- The page returns from the postback, and the ReportViewer has the 'processing' icon displayed inside the content area.
- This 'processing' continues for a minute or so and then times out while trying to render the report.
I know the report being displayed contains a lot of data. Is there any way to set the viewer to have additional properties to allow it to process longer? Is it actually making an additonal postback or AJAX call to the server after the initial postback to generate the actual report or is that done on the client? Are there other settings we can use to speed up rendering if there is a lot of data being returned?
Thanks.