How to export the report in xml format from jasperserver?

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??

gopalmehakare's picture
Joined: Mar 23 2017 - 12:11am
Last seen: 3 years 2 months ago

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...

hozawa's picture
176815
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago

Is there any another approach except building custom xml exporter.

i feel that it is very lengthy process to create custom exporter.

gopalmehakare's picture
Joined: Mar 23 2017 - 12:11am
Last seen: 3 years 2 months ago

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.

elizam's picture
14308
Joined: Mar 5 2012 - 9:19am
Last seen: 2 years 10 months ago
Feedback
randomness