Skip to main content

DxReportDesigner Class

The End-User Report Designer control in Blazor Server and standalone Blazor WebAssembly applications.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

Declaration

public class DxReportDesigner :
    DxReportDesignerBase

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.

Inheritance

Object
ComponentBase
DevExpress.Blazor.Reporting.Base.ReportingComponentBase
DxReportDesignerBase
DxReportDesigner
See Also