Managing large reports
Posted: Wed Jun 13, 2007 7:38 am
My report could become wery large; > 2000 pages, depending on user selections. Are there any measures to take to reduce memory consumption? I could make the report manage data for a few pages at a time, but that would give me many Pdf files after export where I wish to have only one file. The report usally fails in export from memory exceptions.
I should actally like to do this:
start the export and create a pdf file
foreach item
export the item and append the pdf file
close the pdf export file
Should I reset the data set between render and export?
I should actally like to do this:
start the export and create a pdf file
foreach item
export the item and append the pdf file
close the pdf export file
Should I reset the data set between render and export?