Hello,
I am working on Blazor reporting project and I have described the situation already in this post:
https://www.telerik.com/forums/report-viewer-and-web-designer-in-blazor#zGr6FO2mDEmkfLWIP_T_9A
To sum it up:
Please add .NET 5 js/css isolation to Blazor ReportViewer which will allow:
- usage of more report viewers with different report engine services during the application lifetime (current design requires to load js/css globally from single report engine service and the js cannot be unloaded because it is not isolated in a module)
- simpler usage of the viewer which should just require to set ServiceUrl and the js/css would be managed by the component itself