Posted 4 June 2020, 11:36 am EST
We’re using the XlsExport class and our line looks like XlsExport.Export(reportDocument, exportPath)
Ok so a little back story… we’re using AR11 and our program is set for 32bit computers (this is NOT optional). We have many clients all over the US and we CANNOT set our program to use 64bit. It’s also NOT acceptable to break apart the report into separate excel worksheets. We need the ENTIRE report on one excel worksheet.
The report we’re trying to export to excel is about 200K DB lines long and whenever we try to export it I get an out of memory exception.
Is it possible to export this report?