开发者

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 o开发者_StackOverflowf 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:

  • Walkthrough: Using a Business Object Data Source with the ReportViewer Web Server Control in Local Processing Mode


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.


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).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜