Hi,
I need to build a report which has its DataSource a List<Object1>
Object1 has a List<Object2>
Object2 has a List<Object3>
All objects have a property Name(and some other details)
Report should show like:
Object1.Name
* Object2.Name
** Object3.Name
** Object3.Name
* Object2.Name
** Object3.Name
** Object3.Name
Object1.Name
* Object2.Name
... and so on.
I`ve created a list1 which has the datasource - List<Object1>, but after this I got stuck, I can't find a way to set the datasource for the next list which would need to show Object2 list, and after that, Object3 list. How can I achieve this without building the controls from code?
I must mention i`m new in working with telerik, in case this was not found out yet.
Thanks in advance.
I need to build a report which has its DataSource a List<Object1>
Object1 has a List<Object2>
Object2 has a List<Object3>
All objects have a property Name(and some other details)
Report should show like:
Object1.Name
* Object2.Name
** Object3.Name
** Object3.Name
* Object2.Name
** Object3.Name
** Object3.Name
Object1.Name
* Object2.Name
... and so on.
I`ve created a list1 which has the datasource - List<Object1>, but after this I got stuck, I can't find a way to set the datasource for the next list which would need to show Object2 list, and after that, Object3 list. How can I achieve this without building the controls from code?
I must mention i`m new in working with telerik, in case this was not found out yet.
Thanks in advance.