Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
report.publish -> system out of memory exception!
posted

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?

Parents
  • 469350
    Offline posted

    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.

Reply Children