Reputation: 852
Now I am working with Django Rest Framework and my requirement is to generate the report by using crystal reports or other tools but first will use crystal report.
My project used DRF as backend and React as frontend. I think React cant do like that kind of job so I am trying to do generate report as pdf from DRF and I will respond to react.
Now I am stuck how can I connect to crystal report from DRF? Please Help.
Upvotes: 0
Views: 6177
Reputation: 25
If you are finding a Report Designer, maybe you can look into JasperReport, which supports data sources from JSON.
Via pyreportjasper, you can generate the reports into PDF.
Upvotes: 0