I have the line <textField isStretchWithOverflow="true"> that automatically gets replaced whenever I save the file with <textField textAdjust="StretchHeight">. If I undo it and try to save the file again, the same thing happens. Using <textField textAdjust="StretchHeight"> breaks compatibility with our server running older versions of Jasper. How can I disable this feature?
1 Answer:
Posted on May 2, 2022 at 10:53pm
I had the same problem. In the Preferences -> Jaspersoft Studio -> Compatibility there is an option to set the "Source .jrxml Version" to the older version you are using to compile/run the report on the server (I set the version to 4.8.0, textAdjust is no longer replaced)