JonH
JonH

Reputation: 33183

Missing Business Intelligence Project type in Visual Studio 2010

When I use visual studio 2008 and do a new project I can select the type of project as Business Intelligence project. From here I can select a report server project.

I noticed that with visual studio 2010, this does not exist any longer. Tried doing some googling about it and got this:

http://social.msdn.microsoft.com/Forums/en-CA/vsreportcontrols/thread/f2d272b1-a7f5-41b7-9cb8-a0958c192d31

But it may be outdated. I know this stuff usually comes from SQL Server not Visual Studio, but I have SQL Server 2008 installed as well (Developers edition locally).

So do we have any Visual Studio / SQL Server MS folks that can help with something like this. I do not want to create a C# report project.

Upvotes: 7

Views: 21810

Answers (2)

sansy
sansy

Reputation: 139

You need to install SQL Server 2012 with Reporting Services to enable Business Intelligence projects in Visual Studio 2010. You also need to install SSDT for Visual Studio 2010 to work on the same.

Upvotes: 1

JonH
JonH

Reputation: 33183

Just read that the SQL team is generally behind the vs.net team. So you have to use Visual Studio 2008 to develop reports. I guess the next version of SQL should bring an add on to VS.

See the graph also from MSDN: enter image description here

Upvotes: 5

Related Questions