What Changed
In v23.1, the name of the template for the Blazor WebAssembly Hosted Reporting project changed from dx.blazor.reporting.webassembly
to dx.blazor.reporting.webassembly.hosted
.
To create a new DevExpress Blazor WebAssembly Hosted Reporting Project, run the following command:
Codedotnet new dx.blazor.reporting.webassembly.hosted
To create a new DevExpress Blazor WebAssembly Reporting Project, run the following command:
Codedotnet new dx.blazor.reporting.webassembly
Reasons for Change
In v23.1, we have added a new project template for a Blazor WebAssembly (Standalone) Reporting Project, which includes a Blazor Report Viewer.
How to Revert to Previous Behavior
You can't revert to the previous behavior.