Asp.Net MVC options for business reporting

♀尐吖头ヾ 提交于 2019-12-01 04:13:05

问题


I have a need to add business reporting for an application I am working on. I have found very little in the way of support for MVC natively. I would like to get a feedback on tools that people have used, how they used it (native or hybrid) and if possible links to examples demonstrating integration.

I'd like to get feedback on use of

  • Crystal Reports
  • SSRS
  • Telerik

MVC Reporting Solutions


  • SSRS - requires hybrid application with winforms page hosting the report
  • Telerik - ???
  • Crystal Reports - requires hybrid application with winformats page hosting the report
  • FASTREPORT®.NET - has asp.net support but vendor has not tried and does not support MVC.

回答1:


Telerik says their report viewer in the web forms product does actually work in MVC (they have a statement on their web site that the ASP.NET AJAX framework works in MVC with some special components, and I have used it in an MVC app and with what I've used, it does all work for me).

SSRS does work in MVC if you use web forms and do not use an MVC view; this is still a possibility. You have to setup the form as ASP.NET does for you, use a form with runat="server", etc. But I did get this to work.

I don't know about Crystal.




回答2:


Here's what I did a couple years ago to get a SSRS report to run in MVC. http://dvdtracker.livejournal.com/1810.html




回答3:


Sorry for late reply, but I've found it when searching for the documentation regarding my project. Currently I use Perpetuum SharpShooter and it works in my MVC application well (after I spent some days to make it work as I need). Maybe it will be helpful for someone.



来源:https://stackoverflow.com/questions/2593235/asp-net-mvc-options-for-business-reporting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!