Hello I'm using infragistics controls for windows forms version 9.2
I'm building a report in my application. the report.publish (path, format) is working just fine when the report is not heavy!
actually I'm reading articles from database each article has a title and a an image whenever the number of articles exceed the 28 records I get an exception (system out of memory) whenver I call the report .publish
any fix/ suggestion?
Hi,
Well, there are going to be certain limitations to the amount of memory you can use to create a report. So there may not be anything we can do about this. But if you can post a small sample project demonstrating the issue, we will be happy to look into it. Perhaps we can optimize the code to use less memory or to create a temp file instead of using RAM.
thank you for your reply!
where can I post a sample project to demonstrate the issue?
I was searching within the available methods for the report class; the SAVE method is also giving system out of memory exception
You can attach a sample project here by zipping it up and going to the options tab when you post.
Or you could submit the sample to Infragistics Developer Support directly if you like: Submit a Support Issue