Page 1 of 1

DataSources missing when loading Report in JS Component

Posted: Fri Aug 31, 2018 4:46 pm
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.

Re: DataSources missing when loading Report in JS Component

Posted: Mon Sep 03, 2018 7:08 am
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.