Page 1 of 1

Load data during design report

Posted: Tue May 12, 2020 2:32 pm
by luigi.arena
Hello,
While I am drawing the dashboard it is possible to disable the preview of the queries, because otherwise with each change I process the query and often it takes a while.
Can I disable data loading?

Re: Load data during design report

Posted: Wed May 13, 2020 1:01 pm
by Lech Kulikowski
Hello,

Please clarify which version are you use?

In the lest version all changes in the designer mode are applied for the cached data.

Thank you.

Re: Load data during design report

Posted: Wed May 13, 2020 1:07 pm
by luigi.arena
I use version 2020.2.3 for dashboard web .net core

Re: Load data during design report

Posted: Fri May 15, 2020 8:46 am
by Lech Kulikowski
Hello,

We couldn't reproduce the issue. All data sources are connected only once.

Please provide more detailed information about the issue.

Thank you.

Re: Load data during design report

Posted: Sat May 16, 2020 4:45 pm
by luigi.arena
ok.
But if my last query I have 40000 record in Cached Data I have 40000 record ?
How to clear cache ?

Re: Load data during design report

Posted: Mon May 18, 2020 7:25 pm
by Lech Kulikowski
Hello,

You can use the following code:
Stimulsoft.Report.Dashboard.StiCacheCleaner.Clean(report);

Thank you.