Programmatically add subscription to SSRS reports

混江龙づ霸主 提交于 2019-12-08 18:44:27

I believe it can be done using the SSRS web services the following steps are how I'd do it (sorry no time to code it for you):

  1. After getting a reference to the web service client, invoke ListChildren, supplying the recursive parameter to walk the directory structure.
  2. At each report node, call the CreateSubscription method, with appropriate parameters to dump to files.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!