Skip to main content

ReportDesignerClientSideModelGenerator.CreateErrorJson(String) Method

Creates the JSON string with the error that can occur when generating a client-side Report Designer model.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string CreateErrorJson(
    string errorMessage
)

Parameters

Name Type Description
errorMessage String

A string that specifies the error message based on which the JSON string should be created.

Returns

Type Description
String

A string with the error information serialized to the JSON format.

See Also