I have a -multi-column report that displays images. When it exceeds about 700 images, I'm getting memory error.
Any idea on how to resolve this?
Here is the code that I use.
Any idea on how to resolve this?
Here is the code that I use.
Telerik.Reporting.Processing.
ReportProcessor reportProcessor = new Telerik.Reporting.Processing.ReportProcessor();
Telerik.Reporting.Processing.
RenderingResult result = reportProcessor.RenderReport("PDF", reportToExport, null);
Thanks.