Page 2 of 2
"Insufficient memory" during merging reports
Posted: Tue Feb 02, 2010 5:24 pm
by Edward
Hi Fabio,
Correct, the files are in the application folder, we will let you know about possible workaround.
Thank you.
"Insufficient memory" during merging reports
Posted: Wed Feb 03, 2010 2:45 am
by Fabio Pagano
As a workaruond, i've set the ReportCachePath property:
Code: Select all
MyReport.ReportCachePath = System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "StimulsoftReportsCache")
This way i'm obtaining the supposed behavior.
Thank you.
"Insufficient memory" during merging reports
Posted: Wed Feb 03, 2010 7:20 am
by Edward
Hi Fabio,
That is a correct solution, thank you for this feedback.