Is there a way to publish rdl reports programmatically with C#?

淺唱寂寞╮ 提交于 2019-12-09 21:35:31

问题


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?


回答1:


Yes. Use the API: ReportOperationsCollection class

This is what VS uses




回答2:


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.



来源:https://stackoverflow.com/questions/2323593/is-there-a-way-to-publish-rdl-reports-programmatically-with-c

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