Omar Heaba
Omar Heaba

Reputation: 193

RDLC (Microsoft Report Designer) not available or has been removed

I want to install RDLC on Visual Studio 2017, but when I try to download it from this link: https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio-18001

it gives me an error, if this addition has been deleted I hope you give me an alternative to RDLC.

Upvotes: 0

Views: 1736

Answers (1)

Jack J Jun- MSFT
Jack J Jun- MSFT

Reputation: 5986

You can refer to the following steps to install RDLC by using another way.

First,VS Tools->Extensions and Updates->search rdlc report online in the textbox->choose

Microsoft RDLC report Desginer and Microsoft Reporting Services Projects-> Click install.

enter image description here

Here I have installed them.

Second, you need to restart the vs2017.(remember close all the vs opened windows)

Successfully installed.

enter image description here

Finally, after install it successfully, you can see that Report and Report Wizard is now

available in the Visual Studio 2017.

enter image description here

Upvotes: 1

Related Questions