develop a SSRS ReportViewer for ASP.NET Core
Develop a SSRS ReportViewer for ASP.NET Core

192 comments
-
Anonymous commented
There is an unofficial recompiled version of ReportViewer for .NET Core on GitHub at https://github.com/lkosson/reportviewercore
-
Panayiotis Savva commented
After many years of using SSRS, it becomes impossible to migrate all my reports to another service without spending colossal time and money doing so.
Please consider the little guys, and provide SSRS in .Net Core.
Alternatively, please provide a migration from SSRS to something you do support in .Net Core which is free and open source -
Brian A. Paul commented
Why is the status of this item still under review?
Will someone at Microsoft PLEASE comment here and give us an update?We need a modern reporting solution for SPA applications that work with AspNetCore API! Why the silence?
-
LaughingJohn commented
It's crazy how out of date report viewer is!
-
Sean Lively commented
Microsoft, you purchased http://forerunnersw.com/ almost 3 years ago to fill this hole in your product. So now Forerunner is abandonware, and we've not have a native Web viewer since ASP.NET FORMS.
Why do you hate this product so much? -
Ismajl Maliqi commented
That's bad for the SSRS community, still no SSRS ReportViewer control for .NET core X from Microsoft.
Many projects can't be migrated because of this issue!Wake up Microsoft.
-
Joshua Matthews commented
No way there isn't a report viewer for .net 5 right?
-
Abdul Hannan commented
Desperately need this
-
Anonymous commented
I'm so shocked. Just started migrating our backoffice solution to .Net Core only to discover we can't use our 100+ SSRS reports in .net core 5.0!
What a shambles.
C'mon M$, we need this or we'll have to use someone else's reporting server.
-
Alex commented
Desperately need this
-
Anonymous commented
please
-
Anonymous commented
Is there a legal battle behind this, or just poor planning?
Reports area has been painful with Microsoft since times of Crystal Reports when it was removed from VS, nowadays we are still following Microsoft programming and reporting technologies and we end up abandoned when trying to put applications in ASP.NET Core MVC and reports SSRS together.
Please provide some feedback to continue managing your technology in our companies or we might end up with good reasons to migrate to other technologies.
Thank you.
-
Anonymous commented
So we are at .NET 5 now, and still no progress at all?
-
HOVE commented
Does anyone know how to render rdlc reports to PDF in .NET Core? AspNetCore.Reporting doesn't support subreports.
-
Martin Dye commented
MS could potentially use Blazor or a razor component.
Aside from that, there needs to be an upgrade path from .Net Fwk > .Net Core with regards to Microsoft.ReportingServices.ReportViewerControl. -
Paulo Borges commented
I'm Waiting for this for long time, but we can stop because Microsoft not provide solution.
A have split the solution in 3 Application (UI, REST, REPORT)
1) UI application on ASP.NET Core with razor (target net5)
2) REST application ASP.NET (target net5) running domain/rest
3) Just reporting ASP.NET 5 (target net4.8)
x) Reverse proxy Configured for example.com/ui, example.com/rest example/report
z) Authentication with JWTFor the user point of view is just one site to go.
-
hiren patel commented
i can't understand where this client side javascripting/ razor/ js is fast
false propaganda will lead.gradually server side development is dying but like phinix it will come alive one day...
-
Roland Mai commented
In all my complex applications for enterprise, there are SSRS reports embedded with in the application. It's quite amazing that 4 years later there is no solution for this.
Is Microsoft being lead by the cool kids who think reports are sooooo pase?!
-
Nestor Rojas commented
Anyone has a good working example as per Jason suggestion, having a separate app running webforms? I am trying to get this done calling from cshtml razor view
-
Italo commented
Yes, please. I have a new ASP.NET Core application. Also angular. Looking how to show users a report (SSRS ReportViewer) without them having to login twice. Researching workarounds to see if it is better to show old WebForms page or create a new MVC page. Either way it is going to look different than the angular UI which are all the other pages in this app.