Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to edit SSRS 2008R2 Reports in Visual Studio 2012?

Tags:

I'm a report writer who's been able to edit/update reports in Visual Studio 2008 (we use SSRS2008R2). I've just installed Visual Studio 2012 and when I go to convert my reports project it's not working as I appear to be missing a component.

Essentially - the project converts but in the solution explorer I see the message 'The application is not installed' under my project.

Beyond Visual Studio 2012 what else do I have to install to be able to edit rdl files in the visual designer like I could in Visual Studio 2008?

I have Visual Studio 2012 Premium + Expression Blend installed.

like image 577
Michael A Avatar asked Sep 19 '12 22:09

Michael A


People also ask

How do I edit SSRs reports in Visual Studio?

In order to edit SSRS reports in Visual Studio, you will need SQL Server Data Tools installed. First, go to the Microsoft Download website and find the link to your Visual Studio version. For example, for Visual Studio 2012, go to: Once downloaded, install the application:

How to develop SSRs reports for Dynamics AX 2012?

When developing SSRS reports or editing existing SSRS reports for Dynamics AX 2012 we need Visual Studio as well as Visual Studio Tools. Visual Studio Tools integrates the development of Microsoft Dynamics AX with Visual Studio. 2. Elements to work with We are going to do changes to the following elements in the AOT:

Can I use Visual Studio 2010 for editing and deploying reports?

Now I can use Visual Studio 2010 for editing and deploying reports, even to SQL Server 2008 R2 (and likely other versions). For older SQL Server Reporting Service versions there is still a question of whether there is anything new or unsupported in the VS10/12 report editor project.

How can I use Visual Studio 2010 with SQL Server 2012?

Install Visual Studio 2010 PLUS SP1. Install SQL Server 2012 with Data Tools and Reporting Services. (I used the trial version) Now I can use Visual Studio 2010 for editing and deploying reports, even to SQL Server 2008 R2 (and likely other versions).


1 Answers

SSRS development functionality became available for Visual Studio 2012 in March 2013.

The components needed for SSRS development are as follows:

  • Download SSDT for Visual Studio 2012
  • Download SSDT-BI for Visual Studio 2012
  • Download Data-Tier Application Framework (March 2013)
like image 66
Tim Lewis Avatar answered Sep 24 '22 02:09

Tim Lewis