如何将相同的报告发布到 SSRS 2008 R2 服务器上的许多不同位置
我有 SSRS 2008 R2 服务器,我们将其与 TFS 2010 项目一起使用。
每个项目都有或多或少相同的报告。我对其中一份报告进行了更改。现在我有两个选择:
- 转到每个项目并手动上传更改的报告
- 找出一种将更改的报告一次性上传到所有文件夹的方法。
显然我更喜欢#2(因为我可以看到报告在未来发生变化。
有谁知道一种不使用 VB 的方法来做到这一点?(我很难阅读 VB,更难以使其适应我的需要)并且调试起来更加困难。)
I have SSRS 2008 R2 server that we use with our TFS 2010 projects.
Each project has more or less the same reports in it. I have made a change to one of those reports. Now I have two choices:
- Go to each project and manually upload the changed report
- Figure out a way to upload the changed report to all the folders at once.
Clearly I would prefer #2 (as I can see reports changing in the future.
Does anyone know a way to do this that does not use VB? (I have a hard time reading VB and an even harder time adapting it to what I need and an even harder time debugging it.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您更喜欢 powershell 而不是 VB.net 或 C#.net?
http://www.powergui.org/entry.jspa?externalID=2045& ;categoryID=54
如果您使用的是 Windows,Powershell 是一个非常方便的工具。
Maybe you would like powershell a bit more than VB.net or C#.net?
http://www.powergui.org/entry.jspa?externalID=2045&categoryID=54
Powershell is very a handy thing to know if you are on windows.
您可以使用像这样的 SSRS 脚本编写工具
下载: http://www.sqldbatips .com/samples/code/RSScripter/RSScripter.zip
说明: http://www.sqldbatips.com/samples/code/RSScripter/readme .htm
它既有 GUI 工具又有命令行实用程序,我可以验证它在 SQL 2008 R2 服务器上运行良好。
You could use a SSRS scripting tool like this one
Download: http://www.sqldbatips.com/samples/code/RSScripter/RSScripter.zip
Instructions: http://www.sqldbatips.com/samples/code/RSScripter/readme.htm
It has both a GUI tool as well as a command line utility and I can verify that it works well on SQL 2008 R2 servers.