My problem:
It seems like i can have table inside table upto 2 layer and my third nested table only prints the first data of my nested collection.
I found help where List inside list inside list..... but I am looking for table inside table inside for my nested object data.
http://www.telerik.com/community/forums/reporting/telerik-reporting/list-in-list-in-list-etc.aspx
So, i have my object set like this (see attached .png):
My Data class contains:
List<SampleModel>
{
new SampleModel
{
contain List<SampleSubItem>
{
contain List<Sample2SubItem>
{
contain List<Sample3SubItem>
}
}
}
}
}
If you see the attached "report2.png", it shows the preview of my report..
My first table (white color) is good
Its nested table and object SubItem (orange color) is good
its nested table and object Sub2Item (green color) looks good but the data is incorrect. They are all showing first index of the list, that is, Sub2Item 1
its nested table and object Sub3Item should error.
Any help would be great or Is subreport the only fix?
Thank
It seems like i can have table inside table upto 2 layer and my third nested table only prints the first data of my nested collection.
I found help where List inside list inside list..... but I am looking for table inside table inside for my nested object data.
http://www.telerik.com/community/forums/reporting/telerik-reporting/list-in-list-in-list-etc.aspx
So, i have my object set like this (see attached .png):
My Data class contains:
List<SampleModel>
{
new SampleModel
{
contain List<SampleSubItem>
{
contain List<Sample2SubItem>
{
contain List<Sample3SubItem>
}
}
}
}
}
If you see the attached "report2.png", it shows the preview of my report..
My first table (white color) is good
Its nested table and object SubItem (orange color) is good
its nested table and object Sub2Item (green color) looks good but the data is incorrect. They are all showing first index of the list, that is, Sub2Item 1
its nested table and object Sub3Item should error.
Any help would be great or Is subreport the only fix?
Thank