Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reporting Template is missing in Visual Studio 2015 Preview

I have installed Visual Studio 2015 Preview.

Now I am trying to create new report(.rdlc) from Add New Item Dialog

But I am not able to View Reporting Template option in my Add New Item Wizard, Below is the image of my Issue: enter image description here

Can anyone please help me how to add Reporting Template in Add New Item Wizard

Thanks in Advance

Mr. GO

like image 996
Mr. Go Avatar asked May 09 '15 07:05

Mr. Go


3 Answers

Got to Control Panel->Programs->Programs and Features.

Select you Visual Studio Version, right click and 'Change'.

The Visual Studio Setup splashscreen should appear, Click on Modify at the bottom left, and then under 'Windows and Web Development' select Microsoft SQL Server Data Tools. The Reporting option should then appear in your installed updates.

like image 85
Eric Yeoman Avatar answered Oct 25 '22 17:10

Eric Yeoman


I was having this issue with visual studio community 2017 even after installing "Microsoft SQL Server Data Tools".

You need to install the report designer from Microsoft. Once you do that, the report and report wizard will then appear in your installed tools under the programming language of your choice.

https://marketplace.visualstudio.com/items?itemName=SqlReportingServices.MicrosoftRdlcReportDesignerforVisualStudio-18001

like image 3
Drewskis Avatar answered Oct 25 '22 16:10

Drewskis


For Visual Studio 2017 install "Data storage and processing".

And then install Analysis Services, Integration Services, and Reporting Services tools, also known as "SSDT for VS 2017 (standalone installer)"

Download SSDT for Visual Studio 2017 (15.8.2)

Here is the full info from Microsoft. Link

like image 2
aesax Avatar answered Oct 25 '22 15:10

aesax