如何在Visual Studio 2013中打开SSRS(.rptproj)文件?

时间:2014-03-24 14:30:21

标签: c# reporting-services visual-studio-2013

如何在Visual Studio 2013 Pro中打开.rptproj?当我尝试打开最初在VS2008中创建的SSRS项目时,在VS2013中,我得到:

Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. 
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.

4 个答案:

答案 0 :(得分:78)

可以使用VS2013的 Microsoft SQL Server数据工具 - 商业智能打开它:

http://www.microsoft.com/en-us/download/details.aspx?id=42313

自2014年2月2日起,该下载再次上线

答案 1 :(得分:6)

您应该安装Business Intelligence Studio,它是MS SQL Server安装的一部分。

商业智能开发工作室(BIDS) - 是MS SQL Server的一部分。 BIDS是基于Visual Studio Shell的rdl报表开发的IDE。 BIDS允许您打开.rptproj个文件。如果您使用常规Visual Studio在同一个盒子上安装BIDS,则可以从一个IDE中打开.rptproj.csproj个文件。

问题是SQL Server安装包括基于以前版本的Visual Studio Shell的BIDS,即SQL Server 2008 R2将为您提供集成到Visual Studio 2008的BIDS,而SQL Server 2012 BIDS将基于Visual Studio 2010。 / p>

据我所知,没有BIDS集成到VS2013中。

version for VS2012

SQL Server 2014也将基于VS2012发布BIDS。

我相信我们会在不早于SQL Server 2016的情况下看到VS2013的BIDS。

答案 2 :(得分:3)

SSRS不是VS2013的一部分,它是SQL Server的一部分。您需要安装BI Dev Studio才能打开SSRS项目(rptproj)。它使用VS2013作为类似于其他产品的外壳...

答案 3 :(得分:1)

对于 Visual Studio 2017 ,您需要使用SSDT for VS 2017 (standalone installer)下载安装SQL Server Reporting Services

https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017