Hi,
Our projects are using objects as the data source to reports.
Our business layer is returning single objects or IEnumerable. Our reports (quite complex) need to display value-type properties of the object, and its related objects.
Typical case would be, from a List, display a master report with category data, then a subreport with data for
…