The native Blazor designer lets users edit a dashboard in the browser; assigning a report is all it needs to open.

Place the designer.
<StiBlazorDesigner Report="@Report" />
Load a dashboard to edit.
this.Report = StiReport.CreateNewDashboard();
this.Report.Load("Dashboards/DashboardChristmas.mrt");

How it works. The designer edits the same template the viewer renders, so users maintain dashboards directly inside your Blazor app.

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.