ASP.NET MVC Reports in PDF and EXCEL

Asked

Viewed 971 times

0

Good afternoon, you guys, I would like to get references on better tools to generate reports in an MVC application that allows me to export the result to PDF and EXCEL.

Currently, I am creating a VIEW, filling a MODEL with the data, and making it possible to export the view to PDF using the ROTARY component.

But I found that this work is very time-consuming, and frankly, I doubt whether this is the best way to codify a report into the MVC structure.

I checked the options in this post: Reports with Asp.Net MVC

But none of the alternatives works with excel.

I also noticed that it is still possible to use RDLC in MVC, in this link: http://www.dotnetawesome.com/2013/09/microsoft-report-in-mvc-4.html

But I can’t add RDLC files to my project. I don’t have Report templates in my visual studio.

I already installed Reportviewerformvc in my project, but I still don’t have RDLC templates.

  • http://answall.com/a/90331/37440 Take a look at this response from the Gypsy

  • Thank you @Renancarlos but from what I could see in this reply, using Epplus and Rotary, I should encode the same report twice for the same format. There is no single tool that allows me to generate a report and export it to different formats, as was already done as was done with Reportviewer with RDLC files ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.