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.