Is there a way to publish rdl reports programmatic

2019-04-14 01:48发布

问题:

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.