<textField textAdjust="ScaleFont" isBlankWhenNull="true">
<reportElement> .... </reportElement>
<box>.... </box>
<textelement> ... </textElement>
</textfield>
I am getting error lineNumber: 97; columnNumber: 61; cvc-complex-type.3.2.2: Attribute 'textAdjust' is not allowed to appear in element 'textField'.
If i remove the textAdjust field from the xml then it compiles good. Is it safer to remove the textAdjust field from the jrxml and what is the impact because of removing this. I am new to jasper reporting.