reporting-docs/knowledge-base/test-web-report-designer-se...

1.3 KiB

title description type page_title slug tags res_type
Test whether Web Report Designer Service is Responding Send Get request to this endpoint to test whether the Web Report Designer Service works troubleshooting Test Web Report Designer Service test-web-report-designer-service web report designer, rest api kb

Environment

Product Progress® Telerik® Reporting
version 13.2.19.918 - 14.0.20.219

Description

When setting up a Web Report Designer in an application it is very useful to be able to test whether the necessasry Web Designer Service configured by default in the ReportDesignerController is working. Just as you can perform the [Get request to 'api/reports/formats']({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/rest-api-reference/general-api/get-available-document-formats%}) for the Telerik Reporting REST Service.

Solution

Use the endpoint

api/reportdesigner/cultureContext

If successful, it should return the separators determined by the current culture, for example:

{"decimalSeparator":".","listSeparator":","}

For an example, test the endpoint in our online demo.