Installing RDLC Reporting in Visual Studio Community 2019 is actually similar with the 2017 version that I posted here:
https://rani-irsan.blogspot.com/2021/05/installing-rdlc-report-in-visual-studio.html
But in VS2019 Extension has its own menu, like image below.
When we click Extension --> Manage Extensions, its dialog will display. Choose Visual Studio Marketplace on left panel, search with "RDLC" keyword. Find "Microsoft RDLC Report Designer" on list then click its Download button
Wait until it finished download. A warning will display to close all Visual Studio so Installing can be continued. After all Visual Studios are closed, VSIX Installer automatically will appear wait until initializing finish then click Modify.
Wait again for modification finished then click close button.
Let's check by opening a project with Visual Studio 2019. Right click on project node -> Add -> New Item...
Scroll and find, Report types will be existing on list. I'll try to add a Report item.
And this is the result, ready for further design and development.
0 Comments