Report Viewer - Out Of Memory Exception
i'v got a problem with the Report Viewer form .NET 2008. I'ave to get Some 100000 Records for my company for a year dump开发者_Go百科 report.
The problem is i get the OutOfMemory Exception on the design of report.
Do you know how can i fix it?
I get only the column i need and i use a Dataset to display.
Hard to formulate an answer that could even remotely be considered helpful. Surely you've already considered that the number of records might be the problem. If it is a design-time issue then surely you've considered tweaking the report query temporarily so that it only returns a few records. If it is a runtime issue then consider asking for a nice new machine with >= 8 Gigabytes of RAM and a 64-bit operating system.
精彩评论