Is it possible to create SSRS reports inside a react application?

核能气质少年 提交于 2019-12-08 17:36:25

The easiest integration for SSRS is using the URL Access API. You can generate a URL that calls your SSRS Report Server passing report parameter values and output format parameters. I'm no expert in React but the integration of a URL should be easy for any web dev tool/framework.

It assumes you already have a working SSRS server with reports published to it - this is a useful step anyway for testing/debugging.

Here's the best starting point for the SSRS URL Access API doco:

https://docs.microsoft.com/en-us/sql/reporting-services/url-access-ssrs?view=sql-server-2017

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!