14

I am looking for reporting solution for ASP.NET MVC.

I need:

  • parameters support render to HTML
  • export to Excel
  • free / reasonably priced

Any suggestion?

bdukes
  • 152,002
  • 23
  • 148
  • 175
Dmitry44
  • 831
  • 1
  • 7
  • 9

5 Answers5

4

There is an ongoing discussion about people using ActiveReports in ASP.NET MVC on stack overflow. It has excel export support.

Community
  • 1
  • 1
Scott Willeke
  • 8,884
  • 1
  • 40
  • 52
2

Take a look at Stimulsoft Reports.Web for MVC - the tool exactly for MVC.

Aleksey
  • 116
  • 2
0

The easiest one we found to use with MVC was devexpress XtraReports. But it's not free and it's reasonably priced only for big projects.

Here's an example usage with MVC.

Huseyin Yagli
  • 9,896
  • 6
  • 41
  • 50
0

Telerik Reporting supports MVC and starts from $399 for a dev license ($599 with source and free upgrades for an year). They also provide a working project on how to use their tool in MVC. I hope this helps...

Vaskess
  • 136
  • 2
  • This is a bad recommendation. Telerik may have nice tools but their reporting solution doesn't support MVC. The project you linked is how to get their viewer to work in MVC (which is trivial)... but central to reporting is pagination and exporting. – Sailing Judo Jan 26 '11 at 18:44
-1

I was going to suggest the Microsoft Chart Controls, you can read about them here; however, I do not recall seeing anything regarding exporting to Excel. To get the data to export to Excel, I would simply let that be part of the request for the page. You may want to give these a look as the exporting to Excel may not need to occur with in the charting controls themselves.

JPrescottSanders
  • 2,151
  • 2
  • 16
  • 24