Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Preserve XML comments in iReport .jrxml files?

When I save the XML file in iReport, all comments are deleted.

How can I include (or preserve) comments in JRXML files?

like image 244
Luiz Carvalho Avatar asked Nov 03 '22 02:11

Luiz Carvalho


2 Answers

There is no way to preserve comments; you'd have to log a bug against iReport.

You can work around the issue by using callouts:

<property
  name="ireport.callouts"
  value="##Fri Nov 12 23:12:35 GMT-03:00 2010\\ncallouts.1.text=Hello World!\\ncallouts.1.bounds=294,80,181,73"/>
like image 56
Dave Jarvis Avatar answered Nov 17 '22 21:11

Dave Jarvis


If you can't save comments you an use CallOut component form the iReport, With CallOut you can write a comment. It's not a perfect solution but can help a lot in a case you want comments on raw report

Its V3.7+ feature, more details on- http://community.jaspersoft.com/wiki/ireport-designer-v371-release-notes

like image 33
sampopes Avatar answered Nov 17 '22 23:11

sampopes