Use BusinessObject in Report.Js

Stimulsoft Reports.JS discussion
Post Reply
snowiceyeah
Posts: 1
Joined: Fri Mar 13, 2020 8:33 am

Use BusinessObject in Report.Js

Post 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
Lech Kulikowski
Posts: 7291
Joined: Tue Mar 20, 2018 5:34 am

Re: Use BusinessObject in Report.Js

Post 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.
Post Reply