SSRS Integration with Visual Studio 2010

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

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

+3
source share
3 answers

You are probably using SQL Server 2008 R2 and to run the tool you intend to use to create reports in SSRS, go to Start> All Programs> Microsoft SQL Server 2008 R2> SQL Server Development Studio. There you can create projects using the Report Wizard for use in SSRS. You need to start Reporting Services and other things, but this is another question.

+2
source

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

+1
source

If you want to use the reporting services reports in the winform / webform application, you can do this using the report viewing management tool: 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 SSRS reporting development in Visual Studio 2010.

0
source

All Articles