SSRS do have a XML rendering extension to export report data, see Exporting to XML (Report Builder and SSRS)
Can I access SSRS reports data as JSON using a web service?
I am trying to see if it is possible to access SSRS Report data as JSON (or XML).
Any suggetion or link to resource that can help will be great.
Thanks in advance.
SQL Server Reporting Services
2 answers
Sort by: Most helpful
-
-
Joyzhao-MSFT 15,631 Reputation points
2021-05-26T06:05:27.267+00:00 Hi @POMAN, Sandeep ,
SSRS does not support the JSON format, nor does it provide any organic JSON data source, but the converted data can be used in SSRS.
For more information,please refer to : How to use JSON data in SSRS
It is not possible to browse XML format files in the web portal, but you can view them locally by exporting the XML file. The official document has instructions for exporting this format: Exporting to XML (Report Builder and SSRS).
Best Regards,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.