how to define master detail business object

Stimulsoft Reports.UWP discussion
Locked
gli@rmeglobal.com
Posts: 2
Joined: Fri Mar 23, 2018 4:51 am

how to define master detail business object

Post by gli@rmeglobal.com »

Hi,
I have a class for master detail report,
class like
public class parent
{
public string name
public Ilist<child> childs
}
public class Child
{
public string childname
}

it is simple, but when I in report design, using get business object from dll, I can get the class parent, but after expand the parent, I can only find name, I cannot find Childs.
I then tried to add child object for Parent in designer by get object from dll again, it looks like correct in design tree, but regBusinessObject and report is blank.
is there any refer please?
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: how to define master detail business object

Post by Lech Kulikowski »

Hello,

Could you clarify which version are you use?

If possible, please send us a simple project which reproduces the issue for analysis.

Thank you.
gli@rmeglobal.com
Posts: 2
Joined: Fri Mar 23, 2018 4:51 am

Re: how to define master detail business object

Post by gli@rmeglobal.com »

Thanks for reply.
I use the latest version.
attach is the sample project
Attachments
StimulApp1.rar
(29.32 KiB) Downloaded 425 times
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: how to define master detail business object

Post by Lech Kulikowski »

Hello,

Please check the report in the attachment.

Thank you.
Attachments
Reportmd.mrt
(19.28 KiB) Downloaded 454 times
Locked