Garcia Julien
Garcia Julien

Reputation: 756

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 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.

Upvotes: 2

Views: 2708

Answers (1)

Hans Passant
Hans Passant

Reputation: 941407

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.

Upvotes: 3

Related Questions