Page 1 of 1

Show Child List

Posted: Fri Nov 20, 2020 2:50 am
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!

Re: Show Child List

Posted: Fri Nov 20, 2020 12:47 pm
by Lech Kulikowski
Hello,

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

Thank you.