KiwiJavaHead
Programmer
Hi there. I am a complete newbie at working with Jasper reports. I have managed to use iReport to create a Jasper report, linked to a datasource that works fine in the iReport environment. I now have an xml file, in the form of:
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Created with iReport - A designer for JasperReports -->
<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "
<jasperReport
......report xml..............
</jasperReport>
I have not been able to discover how to actually display this in my struts app. Does anyone have any example code for displaying these reports or any help at all please?
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Created with iReport - A designer for JasperReports -->
<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "
<jasperReport
......report xml..............
</jasperReport>
I have not been able to discover how to actually display this in my struts app. Does anyone have any example code for displaying these reports or any help at all please?