简体   繁体   English

是否在Visual Studio 2010或2012中支持SSRS报告?

[英]Are SSRS Reports supported in Visual Studio 2010 or 2012?

I haven't seen anything in the release notes , has anyone determined if there has been any improvement in this area? 我没有在发行说明中看到任何内容,有人确定这个领域是否有任何改进? It's kind of surprising MS wouldn't support .resx files out of the box for SSRS reports. 令人惊讶的是MS不支持开箱即用的.resx文件用于SSRS报告。

The only option I see is creating a separate class library and using it to retrieve resource strings as shown in this article , which doesn't mention which version of SQL Server or VS they are using. 我看到的唯一选项是创建一个单独的类库,并使用它来检索资源字符串,如本文所示,它没有提到他们使用的SQL Server或VS版本。 (relating to the original question, it changed into just getting reports working in vs 2012) (与原始问题有关,它变成了只在2012年与2012年一起工作的报告)

I tried the Visual Studio 2012 Pro trial and the migration of the report project failed. 我尝试了Visual Studio 2012 Pro试用版,但报告项目的迁移失败了。

ProjectName.rptproj: The application which this project type is based on was not found. ProjectName.rptproj:找不到此项目类型所基于的应用程序。

When the project opens in Visual studio 2012 the Report Project says (incompatible) and text below it says 当项目在Visual Studio 2012中打开时,报告项目说(incompatible) ,下面的文字说

This project is incompatible with the current edition of Visual Studio. 此项目与当前版本的Visual Studio不兼容。

I got reports and a report project (.rtproj) to work in Visual Studio 2010 with SQL Server 2008 R2 ! 我在Visual Studio 2010中使用SQL Server 2008 R2获得了报告和报告项目(.rtproj) It will presumably work in any combination of VS 2010/2012 with SQL Server 2008 (R2) or SQL Server 2012. 它可能适用于VS 2010/2012与SQL Server 2008(R2)或SQL Server 2012的任意组合。

  1. Install Visual Studio 2010 PLUS SP1. 安装Visual Studio 2010 PLUS SP1。
  2. Install SQL Server Data Tools (SSDT) 安装SQL Server数据工具 (SSDT)
  3. Install SQL Server 2012 with Data Tools and Reporting Services. 使用Data Tools和Reporting Services安装SQL Server 2012。 (I used the trial version) (我使用的是试用版)

Now I can use Visual Studio 2010 for editing and deploying reports, even to SQL Server 2008 R2 (and likely other versions). 现在,我可以使用Visual Studio 2010编辑和部署报表,甚至可以使用SQL Server 2008 R2(可能还有其他版本)。

For older SQL Server Reporting Service versions there is still a question of whether there is anything new or unsupported in the VS10/12 report editor project. 对于较旧的SQL Server Reporting Service版本,仍然存在VS10 / 12报表编辑器项目中是否存在新内容或不受支持的问题。

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

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