Show Child List

Stimulsoft Reports.WPF discussion
Post Reply
huynq7
Posts: 1
Joined: Fri Nov 20, 2020 2:26 am

Show Child List

Post by huynq7 »

I have :
Order->Item->ModOption
Order : Object contain List Item
Item : Object contain List ModOption

I want to print the report in the format:

Item[0]
+ ModOption[0].ModOptionName (ModOption of Item[0])
+ ModOption[1].ModOptionName
Item[1]
+ ModOption[0].ModOptionName (ModOption of Item[1])
+ ModOption[1].ModOptionName


Hope someone can help me. THank you!
Attachments
ChildList.png
ChildList.png (7.77 KiB) Viewed 2510 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Show Child List

Post by Lech Kulikowski »

Hello,

You can place three DataBands Order-Items-ModOptions and set the MasterComponent property for the detail bands.

Thank you.
Post Reply