I have visual studio 2012 and SQL Server 2014 installed in my machine. As a part of my work I require to open and RDL (SSRS) file in design view. When I checked in the google I saw that I need to have SQL Server Report Services in my visual studio and open Report Server Project. But I am not able to create Report Server Project and I doubt that I don't have SQL Server Report Services in my visual studio.
Asked
Active
Viewed 163 times
1
-
Do you have the Business Intelligence template installed in VS? – Jacob H Jun 01 '17 at 13:49
-
No I don't, will it resolve the issue? – Rinoy Ashokan Jun 02 '17 at 07:43
-
@JacobH thanks man it worked. – Rinoy Ashokan Jun 02 '17 at 08:45
1 Answers
1
I downloaded and installed Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012 from the location here (if you VS is 2012). Then I created an new report server project Report Server Project and I did "add Existing Item" as my RDL report which need to be opened and go for design view. Then it will open the report in design mode.

Rinoy Ashokan
- 1,501
- 17
- 14