Sql-server – Integrate SSRS with Visual Studio 2010

reporting-servicessql servervisual studio 2010

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?

Best Answer

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.