Skip to main content

ReportDesignerBuilder.ClientSideModelSettings(Action<ClientSideModelSettings>) Method

Provides settings for the Web Report Designer‘s View Model.

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerBuilder ClientSideModelSettings(
    Action<ClientSideModelSettings> configure
)

Parameters

Name Type Description
configure Action<ClientSideModelSettings>

A Action<T> delegate method that allows you to specify settings for the Web Report Designer’s View Model.

Returns

Type Description
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

Remarks

In the delegate method, specify the settings exposed by the ClientSideModelSettings object that is passed as a parameter. 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