Page 1 of 1

Silverlight BusinessObjects Data in ReportJs not displaying properly

Posted: Fri May 10, 2024 2:52 pm
by Anas
Hi All,
In our Silverlight Reports, we were using Business Objects, some fields are coming outside and a few are inside the dataset as shown in the image below.
image2.png
image2.png (60.84 KiB) Viewed 3475 times
This is working perfectly fine in our Silverlight reports

The issue is with Report.js it is not showing the fields that are coming outside in the same dataset, those fields are coming but need to be represented as another dataset as shown in the image below.
image1.png
image1.png (95.15 KiB) Viewed 3475 times
As you can see here we need to break it into 2 parts and we need to introduce on Usat2 to incorporate that which should not be the case as in Silverlight these reports were getting displayed as required.

Can you please suggest what can be done here to rectify this issue.

Thanks,

Re: Silverlight BusinessObjects Data in ReportJs not displaying properly

Posted: Sun May 12, 2024 2:40 pm
by Lech Kulikowski
Hello,

In the JS version, business objects are not supported.
You can use custom data adapters instead:
https://github.com/stimulsoft/DataAdapters.JS

Thank you.

Re: Silverlight BusinessObjects Data in ReportJs not displaying properly

Posted: Wed May 22, 2024 11:26 am
by Anas
Hi Lech,
Thanks for your reply we are already using the Data Adapters.
I am attaching the json which you can use and check at your end in the reports designer.
JSON File :-
report_data_09_Apr.json
(208.23 KiB) Downloaded 339 times
The screenshot that I am attaching is from your online designer itself.
image.png
image.png (54.29 KiB) Viewed 3283 times
Kindly check in the provided json file it is breaking the data under the data adapter Usat into records and Table1, it introduced table1 on its own ideally those records are directly under Usat which are working perfectly fine in Sivlerlight.

Re: Silverlight BusinessObjects Data in ReportJs not displaying properly

Posted: Wed May 22, 2024 8:16 pm
by Lech Kulikowski
Hello,

Please send test data for your report.

Thank you.

Re: Silverlight BusinessObjects Data in ReportJs not displaying properly

Posted: Thu May 23, 2024 5:45 am
by Anas
Hi Lech,
Thanks for your reply I have already attached the json file in my earlier reply can you please check.

Re: Silverlight BusinessObjects Data in ReportJs not displaying properly

Posted: Thu May 23, 2024 10:33 am
by Lech Kulikowski
Hello,

Your json file - is the report template.
How do you register your data?

Thank you.

Re: Silverlight BusinessObjects Data in ReportJs not displaying properly

Posted: Fri May 24, 2024 4:00 pm
by Anas
Hi Lech,
Thanks for your reply, if you are opening the json file are you not seeing the data as shown in the image. ?
Because the same is working perfectly in Silverlight does it have anything to do how we are doing data binding?

Thanks,

Re: Silverlight BusinessObjects Data in ReportJs not displaying properly

Posted: Fri May 24, 2024 6:17 pm
by Lech Kulikowski
Hello,

No. You register your data from the code.

Thank you.