views:

431

answers:

2

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?

+2  A: 

Yes. Use the API: ReportOperationsCollection class

This is what VS uses

gbn
+1  A: 

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.

Scott Root