简体   繁体   中英

VS 2010 reporting tool

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?

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:

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM