问题
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