Can I access SSRS reports data as JSON using a web service?

POMAN, Sandeep 6 Reputation points
2021-05-25T07:55:15.477+00:00

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
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2021-05-26T05:52:53.623+00:00

    SSRS do have a XML rendering extension to export report data, see Exporting to XML (Report Builder and SSRS)

    0 comments No comments

  2. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.