On Node.js a dashboard template can be loaded and saved back to a file — the basis for server-side template processing.

Load, then save.
var Stimulsoft = require('stimulsoft-dashboards-js');

var report = Stimulsoft.Report.StiReport.createNewDashboard();
report.loadFile("Dashboard.mrt");

report.saveFile("Dashboard2.mrt");

How it works. The template round-trips through the filesystem, so dashboards can be read, modified and re-saved entirely on the server.
In the screenshot below you can see the result of the sample code:

Loading a Dashboard and Saving a Dashboard

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.