Microsoft RDLC Report Environment Setup

Microsoft Visual Studio 2013 includes report design functionality and ReportViewer controls so that you can add full-featured reports in your Windows Form and ASP.NET AJAX applications. Report Designer allows you to create reports that contain tabular, aggregated, and multidimensional data. The ReportViewer controls are provided so that you can process and display reports in your application.

Installation required:
01) Microsoft Rdlc Report Designer for Visual Studio ( https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio-18001)

This incluede, Microsoft SQL Reporting Services Rdlc Designer for Windows Forms and Asp.Net and Report Designer for VB and C#.
This package works in conjunction with the Report Viewer Nuget Package. The Windows Forms projects have a reference to existing package and require rebuild or download to function properly.

02) 'Microsoft.Report.Viewer' nuget package

How to check installation succeeded:
Right click on your project > Add > New item > Search 'Report'

If Report and Report Wizard option shows, you have successfully installed the required packages.






Post a Comment

0 Comments