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
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
"Insufficient memory" during merging reports
As a workaruond, i've set the ReportCachePath property:
This way i'm obtaining the supposed behavior.
Thank you.
Code: Select all
MyReport.ReportCachePath = System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "StimulsoftReportsCache")
Thank you.
"Insufficient memory" during merging reports
Hi Fabio,
That is a correct solution, thank you for this feedback.
That is a correct solution, thank you for this feedback.