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

如何在Visual Studio 2013 Pro中打开.rptproj? 当我尝试打开最初在VS2008中创build的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. 

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

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

下载在6/2/14再次进行

您应该安装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。

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

有VS2012的版本 。

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

我相信我们会在SQL Server 2016中看到VS2013的BIDS。

SSRS不是VS2013的一部分,它是SQL Server的一部分。 您需要安装BI Dev Studio才能打开SSRS项目(rptproj)。 它使用VS2013就像其他产品一样…