Hello everyone,
While updating and saving any modification in iReport 5.6.0, it automatically re-formats the xml.
For example:
Before saving:
<parameter name="REPORT_INFO" isForPrompting="false" class="java.util.Map">
<defaultValueExpression ><![CDATA[new HashMap()]]></defaultValueExpression>
After saving:
<parameter name="REPORT_INFO" class="java.util.Map" isForPrompting="false">
<defaultValueExpression><![CDATA[new HashMap()]]></defaultValueExpression>
Could you please help me find how to disable auto formating in the tool?
Thank you so much!
Phuc
Attachments:
0 Answers:
No answers yet