I have created the report in jaspersoft studio and deploy on jasperserver, i want that report to export in xml format from jasperserver.
How to export the report in xml format , what i have to do for that??
3 Answers:
You'll need to create a custom xml exporter. Instruction on adding custom export channel can be found in the document below:
https://community.jaspersoft.com/documentation/tibco-jasperreports-serve...
Do you want the jrxml for the report as created by JSS? Or do you want some other kind of xml format? If you want the jrxml, you can right-click on the report in the repository, select export, and go digging through the export file for a file named something.data (I think it might be main.data, but I don't remember off the top of my head). This is actually the jrxml of the report.
If you want to export it to an xml format of your choosing, then you do have to write an exporter.