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.v26.1.Web.dll
Declaration
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. |
Implements
See Also