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.1.JSBasedControls.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls
Declaration
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