Test whether Web Report Designer Service is Responding
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' 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.