Integrate SSRS with Visual Studio 2010

╄→гoц情女王★ 提交于 2020-01-04 03:57:47

问题


Is there a way to integrate SSRS with Visual Studio 2010?

If not, is there any other way to use SQL Server Reporting Services in my projects, when using SQL Server 2012, MS Report Builder 3.0 and Visual Studio 2010?


回答1:


You are probably using SQL Server 2008 R2 and to start the tool you are going to use to create reports in SSRS, you to go Start> All Programs > Microsoft SQL Server 2008 R2 > SQL Server Development Studio. There you can create projects with the Report Wizard to use in SSRS. You need to have Reporting Services service started and other stuff, but that's another question.




回答2:


Since this question was originally asked, MS has released SQL Server Data Tools – Business Intelligence for Visual Studio 2012 which allows you to create SSRS reports from VS 2012.




回答3:


If you wish to use reporting services reports within a winform/webform application you can do this using the report viewer control: http://www.gotreportviewer.com/

You cannot create SSRS 2008/2008 R2 reports in Visual Studio 2010, you need to use Visual Studio 2008/Business Intelligence Development Studio or Report Builder 3.0.

Only SQL Server 2012 supports development of SSRS reports in Visual Studio 2010.



来源:https://stackoverflow.com/questions/12470969/integrate-ssrs-with-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!