有办法用c#以编程方式发布rdl报告吗?

时间:2022-04-05 07:54:54

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?

我在BI中有一个包含10个报告项目的解决方案文件。每次更改后,我都会手工发布这些项目。我想知道是否有解决方案可以以编程的方式在报表服务器上部署这些项目?

2 个解决方案

#1


3  

Yes. Use the API: ReportOperationsCollection class

是的。使用API: ReportOperationsCollection类

This is what VS uses

这就是VS的用法

#2


1  

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.

我们使用带有M$ TFS的TeamBuild。除了必须编写一个自定义构建任务来转换数据源之外,它的工作方式非常棒。

#1


3  

Yes. Use the API: ReportOperationsCollection class

是的。使用API: ReportOperationsCollection类

This is what VS uses

这就是VS的用法

#2


1  

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.

我们使用带有M$ TFS的TeamBuild。除了必须编写一个自定义构建任务来转换数据源之外,它的工作方式非常棒。