Nested levels in business objects

Stimulsoft Reports.WPF discussion
Andrey Chistyakov
Posts: 3
Joined: Tue Oct 25, 2016 8:46 am

Re: Nested levels in business objects

Post by Andrey Chistyakov »

Hello.

We still have this problem in our project (Stimulsoft Reports.Net 2014.2). Are there any ways to show nested business objects correctly? Master-details report unfortunately is not applicable for us.

Thanks.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Nested levels in business objects

Post by Alex K. »

Hello,

Could you explain your issue in more details?

Also, in any way - for showing detail (nested) data, you should use the master-details construction.

Thank you.
Andrey Chistyakov
Posts: 3
Joined: Tue Oct 25, 2016 8:46 am

Re: Nested levels in business objects

Post by Andrey Chistyakov »

Hello.

I have class Product, which has property Name and property Group. Group is nested object, which has property GroupName. I need print the name of a product and the name of its group in each row. If I add two fields {Item.Product.Name} and {Item.Product.Group.GroupName}, I see repeating first product from my data source in each row of the report.

Sample project is attached.

Thank you.
Attachments
Sample.zip
(17.95 KiB) Downloaded 332 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Nested levels in business objects

Post by HighAley »

Hello, Andrey.

You are using the old report engine.
Please, change the report engine to the EngineV2.

Thank you.
Andrey Chistyakov
Posts: 3
Joined: Tue Oct 25, 2016 8:46 am

Re: Nested levels in business objects

Post by Andrey Chistyakov »

Hello,

Yes, it helps. Thank you very much!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Nested levels in business objects

Post by Alex K. »

Hello

We are always glad to help you!
Let us know if you need any additional help.

Thank you.
Post Reply