Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Visual Studio 2008 to edit SSRS 2005 Report Projects w/o Installing SQL Business Intelligence Development Studio 2005?

I'm trying to determine how to open/edit existing SQL Server Reporting Services (SSRS) 2005 report projects (.rptproj) and reports (.rdl) with Visual Studio 2008, without having to install SQL Business Intelligence Development Studio (BIDS) 2005.

like image 718
Troy DeMonbreun Avatar asked Oct 08 '08 17:10

Troy DeMonbreun


People also ask

How do I get business intelligence in Visual Studio 2008?

This can be found under the Client tools in your SQL Server 2008 installation wizard. You can optionally go to Programs and Features and click on Add/Change when you have selected SQL Server 2008 and then click on the Add option.

How do I edit a report in SSRS?

Right click Reports and add an existing item. Select an existing RDL file to add it to the project. Double click it to open it. You will now be able to see and edit the report in Visual Studio.

How do I install Visual Studio Reporting Services?

In order to install the extension, you need to install the SSDT first with the Visual Studio Installer, and then in the Visual Studio go to Extensions to install the SSRS extension. P.D. The Analysis Services projects and Integration Services projects have a similar approach. You need to install them separately.


3 Answers

You cannot. Check this forum posting which has a reponse from Microsoft.

Yes, it was an active decision that the 2008 design evironments would not support continuous backwards compatability but would rather be a one way upgrade. This was not a casual decision and it is understood how it can be an impact.

You can read the entire posting for more details on why you are unable to use VS2008 for SSRS 2005 projects. Very annoying, but I guess I can understand why they had to make that decision. Just about the only reason I have VS2005 on my dev machine now is for Reporting Services projects since our company is not going to be upgrading to SQL Server 2008 anytime soon.

like image 111
Erikk Ross Avatar answered Oct 05 '22 17:10

Erikk Ross


That is just ridiculous.

We are still running SQL2005 here, with no plans to upgrade soon. Given the state of the economy we don't have a lot of cash flow for server upgrades without a really good reason.

The developers have been able to upgrade to Visual Studio 2008, but we have to still keep VS2005 on our machines so we can edit old SSRS and SSIS packages.

At one time we had some developers with THREE versions of Visual Studio on their machines. Can't wait for Visual Studio 2010 to see what they left out in that version, maybe we'll be able to have FOUR versions on our machines. That's not stupid at all!

like image 24
Mxyzptlk Avatar answered Oct 05 '22 16:10

Mxyzptlk


I'm not sure about editing SSRS projects with VS2008, but I know you can use SQL Server 2008 Report Designer. You can create new reports and edit old reports as well. It will be automatically upgraded once you open them in the designer.

http://windowsitpro.com/article/articleid/98925/sql-server-2008s-report-designer-preview.html

like image 45
jinsungy Avatar answered Oct 05 '22 16:10

jinsungy