Programmatically save a changed design report
Posted: Mon Oct 02, 2023 11:25 pm
Hi, How do I save a report in the designer as JSON var without having the user interact with the "save" or "save as" in the designer?
I tried calling
var jsonReport = report.saveToJsonString();
but it just gives me the JSON of the original loaded design, not the modified one.
Thank you
I tried calling
var jsonReport = report.saveToJsonString();
but it just gives me the JSON of the original loaded design, not the modified one.
Thank you