ASP.NET MVC Reporting

后端 未结 5 529
清酒与你
清酒与你 2021-02-05 15:05

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

I need:

  • parameters support render to HTML
  • export to Excel
  • free / reasonably priced
5条回答
  •  青春惊慌失措
    2021-02-05 15:57

    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.

提交回复
热议问题