RDLC is a powerfull reporting tools by Miscrosoft that we can use with Visual Studio Community Edition. And this time I'll show you how to install it in 2017 version.
1. Open Visual Studio then clik Tools menu -> Extension and Updates ...
3. Wait for its progress.
5. Immediately after that, a Form Dialog VSIX Installer will appear. Click Modify.
7. Re-open Visual Studio and create a new project or open existing. To add RDLC report, right click node project in solution explorer -> Add -> New Item...
8. Scroll and find Report and Report Wizard that can be used to create a report.
9. For example I choose Report, then click Add. An RDLC report is added and ready to be designed.
After this you still need to add report viewer. Let's talk about it later.
That's it for now, I hope you learn something and happy coding ^_^v
See also my video!
0 Comments