DataSources missing when loading Report in JS Component

Stimulsoft Reports.JS discussion
Post Reply
inavega
Posts: 9
Joined: Fri Jun 15, 2018 11:11 am

DataSources missing when loading Report in JS Component

Post by inavega »

Hi,
I'm currently migrating from ASP.NET component to the new JS component.
Everything is working fine, but currently the datasources of an existing report aren't being loaded\displayed in the report designer.
I have attached the report that I'm using, when I open in the ASP component the datasources are loaded.
Also in the ASP component I had a SavePackedReportToByteArray that I use to send to .Net application in order to save the report, in the JS component such method does not exist...is there any equivalent or a workaround?
Thank you.
Attachments
test.mrt
(28.02 KiB) Downloaded 146 times
Lech Kulikowski
Posts: 6259
Joined: Tue Mar 20, 2018 5:34 am

Re: DataSources missing when loading Report in JS Component

Post by Lech Kulikowski »

Hello,

> Everything is working fine, but currently the datasources of an existing report aren't being loaded\displayed in the report designer.

Please send us a simple project which reproduces the issue for analysis.

> Also in the ASP component I had a SavePackedReportToByteArray that I use to send to .Net application in order to save the report, in the JS component such method does not exist...is there any equivalent or a workaround?

That method is not available in the JS version.

Thank you.
Post Reply