开发者

SQL Server Reporting Services - output subreports to individual files

开发者 https://www.devze.com 2022-12-23 17:17 出处:网络
I have a parent report that generates a series of subreports. After clicking the preview button, I can see the final report built with the actual data, and I may print it or save it to file. File may

I have a parent report that generates a series of subreports. After clicking the preview button, I can see the final report built with the actual data, and I may print it or save it to file. File may be a MS Word doc, a PDF or others. Perfect. I can do that individually to each report I need. My p开发者_如何转开发roblem: I have a base report that will run a subreport several times. Instead of having them all in a big PDF file as output, I need to save each individual subreport as a file separately. Otherwise, I will have to run these subreports individually each at a time, which will eat up a lot of time, besides being more error prone. Any help appreciated. Thank you.


Can you create a subscription for each sub report to save a PDF to a file share?

0

精彩评论

暂无评论...
验证码 换一张
取 消