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

Den*_*nis 65 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.
Run Code Online (Sandbox Code Playgroud)

Ele*_*tik 78

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

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

该下载从2014年2月2日开始再次上线

  • 如果您有x64 SQL实例,请确保在安装过程中选择"执行新安装...",否则您将遇到体系结构不匹配失败.请看:http://stackoverflow.com/questions/24989187/64-bit-microsoft-sql-server-data-tools (3认同)

shy*_*kov 6

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

Business Intelligence Development Studio(BIDS) - 是MS SQL Server的一部分.BIDS是rdl基于Visual Studio Shell的报表开发的IDE .BIDS允许您打开.rptproj文件.如果你与你的常规Visual Studio中的同一个盒子安装BIDS,您将能够打开.rptproj.csproj从一个IDE文件.

问题是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.

我相信我们会看到VS2013的BIDS不早于SQL Server 2016.