I tryied to view around 9000 record by report viewer but it gives me this exception System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown
Any Help please?
Yours, Islam Abdel Aziz
1 Answer, 1 is accepted
0
Hrisi
Telerik team
answered on 01 Apr 2010, 03:45 PM
Hello Islam Abdel Aziz,
The reports are processed in memory. To decrease memory consumption you can configure the web application to use an out-of-process Session and also use the NeedDataSourceevent to bind data to the report.
Of course as a last resort you can increase the memory of the application pool.
All the best,
Hrisi
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.