A dashboard is a report created with CreateNewDashboard(); the native Blazor viewer tag then renders it in the browser.

Place the viewer.
<StiBlazorViewer Report="@Report" />
Load the dashboard. Create a dashboard report and load its template in OnInitializedAsync:
this.Report = StiReport.CreateNewDashboard();

var dashboardBytes = await Http.GetByteArrayAsync("Dashboards/DashboardChristmas.mrt");
this.Report.Load(dashboardBytes);

How it works. Dashboards reuse the report engine, so the same native StiBlazorViewer tag renders them entirely in the browser.

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