If I set the ReportSource to the Native Blazor Report Viewer using @bind directive, for example:
@bind-ReportSource="@ReportSource"
ReportSource="@(new ReportSourceOptions { ... })"
It causes the viewer to go into a loop of trying to set the ReportSource, and it never renders the report.