How to disable Jaspersoft from automatically replacing "isStretchWithOverflow"

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?

awdozzi's picture
17
Joined: Feb 8 2022 - 9:11am
Last seen: 1 year 3 months ago

1 Answer:

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)

max.welter's picture
Joined: May 2 2022 - 10:47pm
Last seen: 1 year 3 weeks ago
Feedback
randomness