Reportviewer: 2015

Did this help you fix your ReportViewer issue? Share this post with your dev team.

If you are stuck migrating from ReportViewer 2010 or 2012, the 2015 version is your safest upgrade path. reportviewer 2015

var report = new LocalReport(); report.ReportPath = reportPath; report.DataSources.Add(new ReportDataSource("DataSet1", data)); Did this help you fix your ReportViewer issue

Note: There is no native .NET Core version for ReportViewer 2015. This is strictly .NET Framework 4.5.2+. Method 1: NuGet (Recommended) Open your Package Manager Console and run: report.ReportPath = reportPath