Back to Devexpress

DxReportDesigner Class

xtrareports-devexpress-dot-blazor-dot-reporting.md

latest2.3 KB
Original Source

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

csharp
public class DxReportDesigner :
    DxReportDesignerBase
vb
Public Class DxReportDesigner
    Inherits DxReportDesignerBase

Remarks

The following code adds the DxReportDesigner control to a page and loads the HelloWorld report:

razor
<DxReportDesigner ReportName="HelloWorld" Height="1000px" Width="100%" AllowMDI="false">
    <DxReportDesignerWizardSettings UseFullscreenWizard="false"/>
</DxReportDesigner>

For complete getting started tutorials, refer to the following help topics:

Inheritance

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

See Also

DxReportDesigner Members

JavaScript-based Report Designer

DevExpress.Blazor.Reporting Namespace