DxReportDesigner Class
The End-User Report Designer control in Blazor Server and standalone Blazor WebAssembly applications.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v25.2.JSBasedControls.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls
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 complete getting started tutorials, refer to the following help topics:
- Add a JavaScript-Based Report Designer to a Blazor Web App (Interactive Server)
- Add a JavaScript-Based Report Designer to a Blazor WebAssembly Standalone App (Visual Studio)
Inheritance
Object
ComponentBase
DevExpress.Blazor.Reporting.Base.ReportingComponentBase
DxReportDesignerBase
DxReportDesigner
See Also