Unplanned
Last Updated: 01 Aug 2025 08:11 by Peter
Peter
Created on: 01 Aug 2025 08:11
Type: Bug Report
1
Cannot set ReportSource to the Native Blazor Report Viewer without using the @bind directive

If I set the ReportSource to the Native Blazor Report Viewer using @bind directive, for example:

@bind-ReportSource="@ReportSource"
It works as expected. However, if I try to do it without a binding, for example:

ReportSource="@(new ReportSourceOptions { ... })"

It causes the viewer to go into a loop of trying to set the ReportSource, and it never renders the report.

0 comments