Hello,
First of all great job for Telerik Reporting!
I am having trouble passing throw ObjectSource an Object that contains a Order with a IList<OrderDetails> like this :
The result is that I have access to the cmd Fields but i didnt find the way to display the details. At the end i would like to report Order with there details...
I ve post what i have in output.
First of all great job for Telerik Reporting!
I am having trouble passing throw ObjectSource an Object that contains a Order with a IList<OrderDetails> like this :
public Order.OrderMetaData cmd { get; set; }public IList<OrderDetail.OrderDetailMetaData> ligneCmd { get; set; }The result is that I have access to the cmd Fields but i didnt find the way to display the details. At the end i would like to report Order with there details...
I ve post what i have in output.