有没有办法用 C# 以编程方式发布 rdl 报告?
我在 BI 中有一个解决方案文件,其中包含 10 个报表项目。每次更改时我都会手动发布这些项目。我想知道是否有解决方案以编程方式将这些项目部署在报表服务器上?
I have a solution file in BI that contains 10 report projects. I publish these projects manually with every change. I want to know that is there a solution to deploy these projects on report server programmatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。使用 API:ReportOperationsCollection< /a> class
这是VS使用的
Yes. Use the API: ReportOperationsCollection class
This is what VS uses
我们使用 M$ TFS 附带的 TeamBuild。工作起来就像一个魅力,只是我们必须编写一个自定义构建任务来转换数据源。
We use TeamBuild that comes with M$ TFS. Works like a charm, except we had to write a custom build task to transform the data sources.