Skip to main content
All docs
V25.2
  • DxReportDesignerModelSettings Class

    Allows you to specify Report Designer (DxWasmReportDesigner) settings.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.2.JSBasedControls.Common.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

    Declaration

    public class DxReportDesignerModelSettings :
        SettingsComponent<ReportDesignerModelSettings>,
        IAssignableSettingsModel

    Remarks

    Settings in this nested component are passed to the controller and applied to the server-side model. You should add a parameter to the controller action method and assign the passed value to the model property.

    Inheritance

    Object
    ComponentBase
    DevExpress.Blazor.Reporting.Base.SettingsComponent<ReportDesignerModelSettings>
    DxReportDesignerModelSettings
    See Also