Nested levels in business objects
-
- Posts: 3
- Joined: Tue Oct 25, 2016 8:46 am
Re: Nested levels in business objects
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.
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.
Re: Nested levels in business objects
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.
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.
-
- Posts: 3
- Joined: Tue Oct 25, 2016 8:46 am
Re: Nested levels in business objects
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.
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
Re: Nested levels in business objects
Hello, Andrey.
You are using the old report engine.
Please, change the report engine to the EngineV2.
Thank you.
You are using the old report engine.
Please, change the report engine to the EngineV2.
Thank you.
-
- Posts: 3
- Joined: Tue Oct 25, 2016 8:46 am
Re: Nested levels in business objects
Hello,
Yes, it helps. Thank you very much!
Yes, it helps. Thank you very much!
Re: Nested levels in business objects
Hello
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
We are always glad to help you!
Let us know if you need any additional help.
Thank you.