简体   繁体   English

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

[英]How do I open SSRS (.rptproj) files in Visual Studio 2013?

How do I open .rptproj in Visual Studio 2013 Pro? 如何在Visual Studio 2013 Pro中打开.rptproj? When I try to open SSRS projects originally created in VS2008, in VS2013 I get: 当我尝试打开最初在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.

It can be opened with Microsoft SQL Server Data Tools - Business Intelligence for VS2013: 它可以使用Microsoft SQL Server数据工具打开-适用于VS2013的商业智能

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

The download is live again as of 6/2/14 该下载从2014年2月2日开始再次上线

You should install Business Intelligence Studio, it comes as part of MS SQL Server installation. 您应该安装Business Intelligence Studio,它是MS SQL Server安装的一部分。

Business Intelligence Development Studio (BIDS) — is a part of MS SQL Server. Business Intelligence Development Studio(BIDS) - 是MS SQL Server的一部分。 BIDS is a IDE for rdl reports development based on Visual Studio Shell. BIDS是基于Visual Studio Shell的rdl报表开发的IDE。 BIDS allows you to open .rptproj files. BIDS允许您打开.rptproj文件。 If you install BIDS on the same box with your regular Visual Studio, you will be able to open .rptproj and .csproj files from one IDE. 如果在常规Visual Studio的同一个盒子上安装BIDS,则可以从一个IDE打开.rptproj.csproj文件。

The issue is that SQL Server installations include BIDS based on previous version of Visual Studio Shell, ie SQL Server 2008 R2 will provide you BIDS integrated to Visual Studio 2008, while SQL Server 2012 BIDS will be based on Visual Studio 2010. 问题是SQL Server安装包括基于以前版本的Visual Studio Shell的BIDS,即SQL Server 2008 R2将为您提供集成到Visual Studio 2008的BIDS,而SQL Server 2012 BIDS将基于Visual Studio 2010。

As far as I know, there is no BIDS that integrates into VS2013. 据我所知,没有BIDS集成到VS2013中。

There is version for VS2012 . VS2012版本

SQL Server 2014 will ship BIDS based on VS2012 as well. SQL Server 2014也将基于VS2012发布BIDS。

I believe we will see BIDS for VS2013 not earlier than in SQL Server 2016. 我相信我们会看到VS2013的BIDS不早于SQL Server 2016。

SSRS is not a part of VS2013, it is part of SQL Server. SSRS不是VS2013的一部分,它是SQL Server的一部分。 You need the BI Dev Studio installed in order to be able to open SSRS projects (rptproj). 您需要安装BI Dev Studio才能打开SSRS项目(rptproj)。 It uses VS2013 just as a shell similar to what other products do... 它使用VS2013作为类似于其他产品的外壳...

For Visual Studio 2017 you need to download an install SSDT for VS 2017 (standalone installer) with SQL Server Reporting Services . 对于Visual Studio 2017,您需要使用SQL Server Reporting Services下载SSDT for VS 2017 (standalone installer)的安装SSDT for VS 2017 (standalone installer)

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM