4

I am using RDLC reports and generating PDF in MVC. While migrating MVC project to Core 2.0 I observed there is no Microsoft.ReportViewer.WinForms for core 2.0. Is there any alternative?

Bhanu Reddy
  • 205
  • 3
  • 12
  • I've a solution here in another question, check this link: [https://stackoverflow.com/a/64777303/9874965](https://stackoverflow.com/a/64777303/9874965) – Shadi Fayed Nov 10 '20 at 21:55
  • Does this answer your question? [Microsoft.ReportViewer.WinForms.V15 not compatible with .NET Core 3.1 - How to show RDLC in WPF Core?](https://stackoverflow.com/questions/61673864/microsoft-reportviewer-winforms-v15-not-compatible-with-net-core-3-1-how-to-s) – Shadi Fayed Nov 10 '20 at 21:56

1 Answers1

0

Please see this thread on GitHub regarding the .NET Core team plans for ReportViewer:

https://github.com/aspnet/Home/issues/1528

That thread mentions a project by Alan Juden that might be useful to you:

https://github.com/alanjuden/MvcReportViewer

jboeke
  • 1,245
  • 10
  • 20
  • Just for info, the Alan Juden project doesn't work with local report files, only server reports. See https://github.com/alanjuden/MvcReportViewer/issues/83#issuecomment-482998221 – tomRedox Apr 14 '19 at 19:38