Skip to main content
All docs
V25.2
  • DxReportDesigner.ClientSideModelSettings Property

    Allows you to access settings for the Web Report Designer’s View Model.

    Namespace: DevExpress.Blazor.Reporting

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

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

    Declaration

    public ClientSideModelSettingsModelBase ClientSideModelSettings { get; set; }

    Property Value

    Type Description
    ClientSideModelSettingsModelBase

    Settings for the Web Report Designer’s View Model.

    Remarks

    These settings allow you to disable rendering of JSON data supplied by additional client resources such as localization resources or CLDR JSON data.

    See Also