Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 Reporting Services Projects?

So, it seems that Visual Studio 2010 does not support SSRS projects. At least not old ones.. Does anyone know what the status on this situation is and whether one can author new SSRS reports using VS2010 or if one should just use VS2008 BIDS?

like image 677
Dave Mackey Avatar asked Apr 28 '10 20:04

Dave Mackey


People also ask

How do I enable Microsoft Reporting Services projects?

If you don't see the Report Services objects in the center column, add the Reporting Services extensions. From the Tools menu, select Extensions and Updates > Online. In the center column, select Microsoft Reporting Services Projects > Download from the displayed extensions.

How do I install Microsoft Reporting Services projects in Visual Studio 2017?

If you already have Visual Studio 2017, you can also install SSDT during Visual Studio installation, select the Data storage and processing workload, and then select SQL Server Data Tools. Then you can go to Visual Studio 2017 menu->Tools-> Extensions and Updates to download Reporting Services projects extension.


2 Answers

SQL Server 2008 R2 = SQL Server 2010 (ish)

"R2 doesn't integrate with Visual Studio 2010 as it targets VS 2008 only" read more here:

http://prologika.com/CS/blogs/blog/archive/2010/03/16/bids-integration-story-in-r2-the-good-the-bad-and-the-ugly.aspx

like image 133
adolf garlic Avatar answered Sep 23 '22 06:09

adolf garlic


You need the BIDS (Business Intelligence Development Studio) installedm, which is part of SQL tools.

However, as usual for VS/SSRS it max be an implicit upgrade of your reports

And some stuff on the VS team blog

like image 44
gbn Avatar answered Sep 24 '22 06:09

gbn