Page 1 of 1

Reading existing Encrypted report files with JS

Posted: Mon Nov 23, 2015 7:54 pm
by doogan551
Gang,

we're looking to convert our .NET app over to the JS version of Stimulsoft. we currently have all of the Stimulstoft reports saved via the SaveEncryptedReport() method.

Is there a way to use the JS codebase to read those encrypted reports? or do I need to go through each and use the .NET codebase to save them as unencrypted JSON files?

thanks,
Jeff

Re: Reading existing Encrypted report files with JS

Posted: Tue Nov 24, 2015 10:01 am
by HighAley
Hello.

Sorry, loading of encrypted report was not yet implemented.
We are working on it now. It will be added in our next major build in the beginning of December.
Please, try to use there next code:

Code: Select all

report.loadEncryptedReport(reportstring, key);
Thank you.