This is a migrated thread and some comments may be shown as answers.

Problem with agregates IList

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 09 Dec 2010, 11:57 AM
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 :

 public Order.OrderMetaData cmd { get; set; }
        public IList<OrderDetail.OrderDetailMetaData> ligneCmd { get; set; }
 public Order.OrderMetaData cmd { get; set; }
        public IList<OrderDetail.OrderDetailMetaData> ligneCmd { get; set; }
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.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 10 Dec 2010, 05:55 PM
Hi Paul,

Take a look at the following forum thread that elaborates on the matter: Data Source Business Objects.

Kind regards,
Steve
the Telerik team
Get started with Telerik Reporting with numerous videos and detailed documentation.
Tags
General Discussions
Asked by
Paul
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or