Page 1 of 1

how to define master detail business object

Posted: Fri Mar 23, 2018 4:56 am
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?

Re: how to define master detail business object

Posted: Sat Mar 24, 2018 8:45 pm
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.

Re: how to define master detail business object

Posted: Sun Mar 25, 2018 9:52 pm
by gli@rmeglobal.com
Thanks for reply.
I use the latest version.
attach is the sample project

Re: how to define master detail business object

Posted: Wed Mar 28, 2018 6:31 am
by Lech Kulikowski
Hello,

Please check the report in the attachment.

Thank you.