Clear the entire system cache
Posted: Tue Feb 04, 2025 5:53 am
I can clear the cache on any report with the following command:
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
Dim report As New Stimulsoft.Report.StiReport()
report.ReportCacheMode = StiReportCacheMode.Off
I used the following command but it didn't work.
Code: Select all
Stimulsoft.Report.StiConfig.Engine.ReportCacheMode = Stimulsoft.Report.StiReportCacheMode.Off