This example shows how to load a dashboard template and show it in the viewer.

First, you need to add the StiBlazorViewer component to the page.
@using Stimulsoft.Report.Blazor;

...

<StiBlazorViewer Report="@Report" Theme="StiViewerTheme.Office2013WhiteCarmine"></StiBlazorDesigner>

...

Next, create dashboard object and load dashboard:
...

// Create dashboard Object
this.Report = StiReport.CreateNewDashboard();

// Load dashboard template
this.Report.Load("Dashboards/DashboardChristmas.mrt");

...

In the screenshot below you can see the result of the sample code:

Showing a Dashboard in the Viewer

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.