I know this is possible, but I don't know how...

My reports are base on BusinessObjects that I register to the report. I have now the need for a report that shows a One-to-many relation like this
Code: Select all
--- Text with Data from the Main-Object (the "one"-object)
---- First Item of List of children (the "many" objects)
---- Second Item of List of children
.
.
.
---- Last Item of List of children
--- Some more Text with Data from the Main-Object
- How do I register the structure of the children BusinessObject class within the dictionary in order to be able to place its properties on the report at desintime? I read that I have to add it as "child" but can't figure out how...
- In what form can I supply the data of the children objects at runtime. Should the main-object just have a List <ChildrenClass> as a property?
- In what kind of band do I have to place the components for the Children to achieve a report like this?
I hope you understand what I mean...

Thanks you very much in advance!
Cheers,
Pascal