"Insufficient memory" during merging reports

Stimulsoft Reports.NET discussion
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

"Insufficient memory" during merging reports

Post by Edward »

Hi Fabio,

Correct, the files are in the application folder, we will let you know about possible workaround.

Thank you.
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

"Insufficient memory" during merging reports

Post 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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

"Insufficient memory" during merging reports

Post by Edward »

Hi Fabio,

That is a correct solution, thank you for this feedback.
Post Reply