VS 2010 报告工具

发布于 2024-11-16 01:03:42 字数 210 浏览 3 评论 0原文

我在 VS 2010 SP 1 中有一个 ASP.NET 项目,我需要实现几个报告。 有趣的事实是,我只是操作对象,并且没有数据库直接访问权限。

一个 C# 对象可以有其他子对象甚至子对象列表,并且这些详细信息很可能应该显示在报告中。 典型的例子是作者 - 书:一本书可能由多个作者撰写,而一个作者可能写了多本书。

您是否知道有哪些报告工具可以使从对象设计报告变得更加容易?

I have an ASP.NET project in VS 2010 SP 1 and I need to implement several reports.
The interesting fact is that I'm only manipulating objects and I have no database direct access.

One C# object can have other child objects or even lists of child objects and is very likely that those details should show up in reports.
The classic example is Author - Book: one book may be written by multiple authors and one author may have wrote multiple books.

Are you aware of any reporting tools that make designing reports from objects more easy?

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

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

发布评论

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

评论(3

苍风燃霜 2024-11-23 01:03:42

内置 ReportViewer 组件怎么样?它们支持

  • 数据库源和
  • 对象源(这似乎正是您所需要的)。

以下是 MSDN 教程:

What about the built-in ReportViewer components? They support both

  • database sources and
  • object sources (which seems to be what you need).

Here's an MSDN tutorial:

゛时过境迁 2024-11-23 01:03:42

我认为 Stimulsoft 报告 可能有用。

Stimulsoft 报告现在支持绑定到任何 .NET 类;此功能在报表设计器中称为业务对象。

I think Stimulsoft Reports could be useful.

Stimulsoft reporting now supports binding to any .NET class; this feature is called business objects in the report designer.

她如夕阳 2024-11-23 01:03:42

如果您正在使用数据对象并且您的需求很简单,请查看 DevExpress(免责声明 - 我是他们竞争对手之一的 CTO)。

If you're working with data objects and your needs are simple take a look at DevExpress (disclaimer - I'm the CTO at one of their competitors).

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