views:

22

answers:

0

Hi! I have a problem :) I am using class which looks like this:

public class OrderItem{

(some properties)

public List<RecivedItem> RecivedItems;

}

Now i have a list of OrderItems and i want to display them on report. I need to use a table to do that. The problem is, that i also want to display in second row collection of RecivedItems. I cant make this work.

Is there any possibility to do that without using subreport ?

"Thank you from the mountain" :)