Skip to main content

DxReportDesigner.ClientSideModelSettings Property

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

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.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 the JSON data provided by extra client resources such as localization or CLDR JSON data.

See Also