Hi! I've implemented a telerik report within a website. The data for the report is being generated through a stored procedure in a MS SQL Server database which takes one parameter. I have an aspx page with a Report Viewer control. The dataset creation and databinding occurs in the code behind for the aspx page with the Report Viewer. On another aspx page there is a button which loads the page with the Report Viewer.
The report loads without error and the data is present. However the first time the report loads it takes several seconds before being displayed. Any report displayed after that loads in less than a second. Note - The value of the parameter for the stored procedure changes depending on what item the user decides to "view" so the data in the report varies depending on which item is selected.
Is there any way to speed up the initial loading of the report?
Thanks!
The report loads without error and the data is present. However the first time the report loads it takes several seconds before being displayed. Any report displayed after that loads in less than a second. Note - The value of the parameter for the stored procedure changes depending on what item the user decides to "view" so the data in the report varies depending on which item is selected.
Is there any way to speed up the initial loading of the report?
Thanks!