mban94
mban94

Reputation: 754

rdlc report alternative for .net core 2.0+

After doing some google searches, and checking some projects on github I came to know there is no support for rdlc report in .net core. May be I am wrong, Is there any way to at least generate pdf with rdlc report defination(like in .net4.5 mvc)? We have a large project with rdlc reporting and we are now migrating to .net core but stuck on it. Is there any way(or may be 3rd party library or something) to do it? Or any other solution to replace rdlc? Thanks in advance.

Upvotes: 5

Views: 1460

Answers (1)

Bellash
Bellash

Reputation: 8204

You can find the solution here or try this GitHub repo

Upvotes: 1

Related Questions