Your application can host the dashboard designer so users edit dashboards themselves.

Open the designer. Load a dashboard template and call Design():
var report = new StiReport();
report.Load("Dashboards\\DashboardChristmas.mrt");
report.Design();

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.

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.