Reading existing Encrypted report files with JS

Stimulsoft Reports.JS discussion
Post Reply
doogan551
Posts: 1
Joined: Mon Nov 23, 2015 7:37 pm

Reading existing Encrypted report files with JS

Post 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
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Reading existing Encrypted report files with JS

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