用于业务报告的 Asp.Net MVC 选项

发布于 2024-08-27 15:09:11 字数 410 浏览 6 评论 0原文

我需要为我正在开发的应用程序添加业务报告。我发现对 MVC 的原生支持非常少。我想获得有关人们使用过的工具、他们如何使用它(本机或混合)的反馈,以及如果可能的话,链接到演示集成的示例。

我想获得有关使用

  • Crystal Reports
  • SSRS
  • Telerik

MVC 报告解决方案


  • SSRS 的反馈 - 需要与托管报告
  • Telerik 的 winforms 页面混合应用程序 - ???
  • Crystal Reports - 需要带有托管报表的 winformats 页面的混合应用程序
  • FASTREPORT®.NET - 具有 asp.net 支持,但供应商尚未尝试且不支持 MVC。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

岁月蹉跎了容颜 2024-09-03 15:09:11

这是几年前我为获得在 MVC 中运行的 SSRS 报告所做的事情。
http://dvdtracker.livejournal.com/1810.html

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

二智少女猫性小仙女 2024-09-03 15:09:11

抱歉回复晚了,但我在搜索有关我的项目的文档时找到了它。目前我使用 Perpetuum SharpShooter 并且它在我的 MVC 应用程序中运行良好(在我使用几天让它按照我的需要工作)。也许这会对某人有帮助。

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.

夜灵血窟げ 2024-09-03 15:09:11

Telerik 说他们的 Web 表单产品中的报表查看器实际上可以在 MVC 中工作(他们在其网站上有一份声明,ASP.NET AJAX 框架可以在 MVC 中使用一些特殊组件工作,我已经在 MVC 应用程序中使用了它)我用过的,它对我来说都有效)。

如果您使用 Web 表单且不使用 MVC 视图,SSRS 确实可以在 MVC 中工作;这仍然是一种可能性。您必须按照 ASP.NET 为您所做的那样设置表单,使用带有 runat="server" 的表单等。但我确实做到了这一点。

我不知道水晶。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文