Hello Devexpress,
I have an application that uses XtraReports Suite to generate reports. Report contains textual data as well as image data, Image size can be
between 2 MB – 5 MB and data set will contain thousands of records. Right now, we have used “Before Print” event for loading images dynamically from file system or from data base as per configuration and displaying it on PictureBox control on same event.
But with this approach, memory usage of application goes high and high which ends with “out of memory exception” which is inappropriate. Now, is there any way to load images for current displayed report page only? I mean loading images on scroll (or Next
Page and Previous Page clicked) and cleaning other images/resources from not visible report pages.