Page 1 of 1

Refresh HTML Designer after changing Loaded Report

Posted: Mon Jun 24, 2019 1:18 pm
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?

Re: Refresh HTML Designer after changing Loaded Report

Posted: Tue Jun 25, 2019 10:52 am
by Lech Kulikowski
Hello,

Please try to cell
jsReportDesigner.Synchronization();

Thank you.