Page 1 of 1

Clear the entire system cache

Posted: Tue Feb 04, 2025 5:53 am
by azad222
I can clear the cache on any report with the following command:

Code: Select all

Dim report As New Stimulsoft.Report.StiReport()
report.ReportCacheMode = StiReportCacheMode.Off
I want to disable the cache feature on all reports and not add the above command one by one.
I used the following command but it didn't work.

Code: Select all

Stimulsoft.Report.StiConfig.Engine.ReportCacheMode = Stimulsoft.Report.StiReportCacheMode.Off

Re: Clear the entire system cache

Posted: Tue Feb 04, 2025 7:53 am
by Lech Kulikowski
Hello,

Please send us your request with a detailed description onĀ support@stimulsoft.com.