My objective is to create a report using JasperSoft and show it in a form (in my Bonita Application)
This is the procedure I followed.
- Created a report in JasperSoft (a jrxml file) and stored it in a document variable
- Created a Connector (Reporting) and referred the jrxml file in it
- Stored the output of Connector in another “Document” variable
Now I want to show this in a form. One way I’ve figured out is to show it in an “iFrame”
But Im unable to configure the widget as it is asking for a “URL”
So, my 2 questions would be
- What are the various ways to show reports in Forms ?
- If iFrame is one way, how to configure the URL part ?