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.

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.