如何从SQL Server Reporting Services获取报表解决方案?

时间:2021-10-24 08:08:57

How can one extract report solutions from SQL Server Reporting Services?

如何从SQL Server Reporting Services中提取报告解决方案?

I may need to take over development of reports, but original solutions are... missing.

我可能需要接管报告的开发,但缺少原始解决方案。

What can be done in such situation?

在这种情况下可以做些什么?

1 个解决方案

#1


1  

Yes that is possible. It depends on how many reports you have, but if you edit the properties of a report in the reporting services manager web site you can choose to download the rdl file, just add those to a new solution in visual studio. Have a look at this link

是的,这是可能的。这取决于您拥有多少报告,但如果您在报告服务管理器网站中编辑报告的属性,则可以选择下载rdl文件,只需将它们添加到visual studio中的新解决方案即可。看看这个链接

There are automated ways to get all rdl files if you want that too.

如果你想要的话,还有自动获取所有rdl文件的方法。

There is a SQL only way for example.

例如,有一种SQL方法。

The easiest way in my opinion is using the RS.exe command line interface

我认为最简单的方法是使用RS.exe命令行界面

#1


1  

Yes that is possible. It depends on how many reports you have, but if you edit the properties of a report in the reporting services manager web site you can choose to download the rdl file, just add those to a new solution in visual studio. Have a look at this link

是的,这是可能的。这取决于您拥有多少报告,但如果您在报告服务管理器网站中编辑报告的属性,则可以选择下载rdl文件,只需将它们添加到visual studio中的新解决方案即可。看看这个链接

There are automated ways to get all rdl files if you want that too.

如果你想要的话,还有自动获取所有rdl文件的方法。

There is a SQL only way for example.

例如,有一种SQL方法。

The easiest way in my opinion is using the RS.exe command line interface

我认为最简单的方法是使用RS.exe命令行界面