Skip to main content

ReportDesignerClientSideModelGenerator.GetJsonModelScript(ReportDesignerModel, ClientSideModelSettings) Method

Generates a client-side Report Designer model based on specified data and serializes this model to Json.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string GetJsonModelScript(
    ReportDesignerModel reportDesignerModel,
    ClientSideModelSettings settings
)

Parameters

Name Type Description
reportDesignerModel ReportDesignerModel

A Report Designer client-side model.

settings ClientSideModelSettings

The client-side Report Designer model settings.

Returns

Type Description
String

A string that is a serialized Report Designer model.

See Also