DxReportDesigner Class
A control that is the End-User Report Designer in Blazor Server applications.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v22.2.JSBasedControls.BlazorServer.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.BlazorServer
Declaration
Remarks
The following code adds the DxReportDesigner
control to a page and loads the HelloWorld report:
<DxReportDesigner ReportName="HelloWorld" Height="1000px" Width="100%" AllowMDI="false">
<DxReportDesignerWizardSettings UseFullscreenWizard="false"/>
</DxReportDesigner>
For information on how to create a simple Blazor Reporting application with the Report Designer component, review the following help topic: Get Started with Blazor Reporting.