Intro to Report Engine
We have integrate Jasper Reports as Reporting Tool in Platform.Â
You can create a Template with JasperSoft Studio.Â
and from menu options VISUALIZATION > My Reports
upload Jasper template (.jrxml format) and execute from Control Panel UI:
UI will ask users to introduce the parameters defined in the template and it will generate a report in one of the allowed extensions:
Feel free to use this template to check how it works:Â StretchReport.jrxml
More examples on https://community.jaspersoft.com/wiki/jasperreports-library-samples
Recommendation
Platform team suggests using Platform API REST as Datasources in order to generate a report. So, API owner will expose the info to be included in the report.Â