This is the code I wrote seeing a sample code.
@page "/reportdesigner"
<DxReportDesigner ReportUrl="HelloWorld" Height="1000px" Width="100%" AllowMDI="true">
<DxReportDesignerWizardSettings UseFullscreenWizard="true" />
</DxReportDesigner>
This code throws an internal server error in Version 20.2 of DevExpress Blazor Reporting.
InvalidOperationException: Object of type 'DevExpress.Blazor.Reporting.DxReportDesigner'...
Read More