Skip to main content
All docs
V25.1
  • 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.1.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