fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 154 forks source link

how to read the data from json #300

Closed turbin closed 4 years ago

turbin commented 4 years ago

Dear fralx, Thanks for your effort to this project. I want to read data from a json file into a text item object. would u mind give me some guidences for it?

Thanks a lot, and waiting for your reply.

fralx commented 4 years ago

Hi! Limereport doesn' support reading data from json directly. You can read read json on side of your application and send it to limereport via model, callbackdataset or variables

turbin commented 4 years ago

Hi! Limereport doesn' support reading data from json directly. You can read read json on side of your application and send it to limereport via model, callbackdataset or variables

Thanks for your reply. It is very helpful for me.