Page 1 of 1

Use BusinessObject in Report.Js

Posted: Fri Mar 13, 2020 8:47 am
by snowiceyeah
I design a report by designer.wpf and I use BusinessObject to Implement multi-level nested lists in the report.
How can I reg businessobject by javascript?
If I can not use BusinessObject, Is there other way to Implement multi-level nested lists?
Thank you. :D

Re: Use BusinessObject in Report.Js

Posted: Sun Mar 15, 2020 10:04 pm
by Lech Kulikowski
Hello,

BusinessObjects are not supported in the JS version. You can use master-detail construction with relations to implement nested objects.

Thank you.