Hi,
We are running into performance issues with the report viewer when clients are running reports with 50,000 or more records where it eventually times out - I suspect memory related with the server ending up using the swap files.
Anyway, obviously no one is really going to want to view or print 50,000 records on the site but they might want to export to CSV. Is there a way to detect the type of rendering at the NeedObjectDataSource event so I can limit the HTML mode to say 1000 records but allow the full amount for CSV?
Also, is there a way of allowing the user to export before the report renders in HTML or is the only way to use the programmatic export as per the PDF example?
Note: this is the latest version of Telerik (Q3 2010)
Thanks
Stuart
We are running into performance issues with the report viewer when clients are running reports with 50,000 or more records where it eventually times out - I suspect memory related with the server ending up using the swap files.
Anyway, obviously no one is really going to want to view or print 50,000 records on the site but they might want to export to CSV. Is there a way to detect the type of rendering at the NeedObjectDataSource event so I can limit the HTML mode to say 1000 records but allow the full amount for CSV?
Also, is there a way of allowing the user to export before the report renders in HTML or is the only way to use the programmatic export as per the PDF example?
Note: this is the latest version of Telerik (Q3 2010)
Thanks
Stuart