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

问题描述 投票:65回答:4

如何在Visual Studio 2013专业版打开.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.
c# reporting-services visual-studio-2013
4个回答
78
投票

它可以与Microsoft SQL Server数据工具打开 - 商业智能为VS2013:

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

下载又是现场为14年6月2日


6
投票

你应该安装Business Intelligence Studio中,它作为MS SQL Server安装的一部分。

商业智能开发套件(BIDS) - 是MS SQL Server的一个组成部分。 BIDS是基于Visual Studio Shell对于rdl报告开发IDE。 BIDS可以打开.rptproj文件。如果你与你的常规Visual Studio中的同一个盒子安装BIDS,您将能够打开.rptproj.csproj文件从一个IDE。

问题是,SQL Server安装包括基于以前版本的Visual Studio外壳的竞价,即SQL Server 2008 R2中将为您提供集成到Visual Studio 2008的出价,而SQL Server 2012中BIDS将基于Visual Studio 2010。

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

version for VS2012

SQL服务器2014年将销售基于VS2012以及BIDS。

我相信我们会看到VS2013 BIDS并不比在SQL Server 2016更早。


3
投票

SSRS是不是VS2013的一部分,它是SQL Server的一部分。您需要安装,以能够打开SSRS项目(rptproj)的BI开发工作室。它使用VS2013就像类似于其他产品做外壳...


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

© www.soinside.com 2019 - 2024. All rights reserved.