DxReportDesigner.ClientSideModelSettings Property
In This Article
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 |
---|---|
Client |
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