Refresh HTML Designer after changing Loaded Report

Stimulsoft Reports.WEB discussion
Post Reply
ChrisHolland
Posts: 45
Joined: Tue May 21, 2019 1:44 pm

Refresh HTML Designer after changing Loaded Report

Post by ChrisHolland »

I am changing the Report that is loaded into the HTML designer on the server side using a Callback and after the callback I am calling the following code:

jsReportDesigner.ExecuteAction('Refresh');

But the designer does not appear to update to show the new loaded report.

Am I doing something wrong?
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: Refresh HTML Designer after changing Loaded Report

Post by Lech Kulikowski »

Hello,

Please try to cell
jsReportDesigner.Synchronization();

Thank you.
Post Reply