Page 1 of 1

JSON data

Posted: Wed Jan 17, 2018 10:32 am
by dikan
I have reports that work fine with Firebird connection but now I have to move my application to WEB and I wonder how to prepare my JSON data for very complex reports.

Can you give me a hint?

Best regards,

dikan

Re: JSON data

Posted: Thu Jan 18, 2018 9:12 pm
by Alex K.
Hello,

You can connect to the Firebird uses adapter:
https://www.stimulsoft.com/en/documenta ... tabase.htm

Also, you can prepare all necessary data and provide it to report as DataSet with RegData() method:
https://www.stimulsoft.com/en/documenta ... g_data.htm

Thankyou.