A dashboard is a report created with CreateNewDashboard(); once loaded it opens in the WinForms viewer just like a report.

Load and show the dashboard.
var report = StiReport.CreateNewDashboard();
report.Load("Dashboards\\DashboardChristmas.mrt");
report.Show();

How it works. Dashboards reuse the report engine, so the same load-and-show flow applies — the template just contains dashboard elements instead of bands.

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.