Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxReportDesigner.ClientSideModelSettings Property

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

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v24.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