Jump to content
We've recently updated our Privacy Statement, available here ×

How to disable auto re-formatting in iReport 5.6.0


chuonchuonot102

Recommended Posts

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

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...