Editing a Dashboard in the Designer
Our sample projects and report templates can help you learn the basics of working with our products.Your application can host the dashboard designer so users edit dashboards themselves.
Open the designer. Load a dashboard template and call
How it works. The designer edits the same template the viewer renders, so changes made by the user are saved straight back to the dashboard.
Open the designer. Load a dashboard template and call
Design():var report = new StiReport();
report.Load("Dashboards\\DashboardChristmas.mrt");
report.Design();Load— opens an existing dashboard.mrttemplate.Design()— launches the standalone designer for that dashboard.
How it works. The designer edits the same template the viewer renders, so changes made by the user are saved straight back to the dashboard.