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?