Jaspersoft Community 'Read-Only' as of July 8, 2022
Transition to New TIBCO Community Just Weeks Away
You can still search, review wiki content, and review discussions in read-only mode. Please email community@tibco.com with questions or issues requiring TIBCO review or response.
i have text field in jasper. i am passing string from jave to jasper template so that text field will grow & display according to strign lenght. it is working fine. But some time , the last few lines of text is faded.I am not sure what is cause.
jasper code
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="Float" stretchType="RelativeToTallestObject" isPrintRepeatedValues="false" x="9" y="25" width="951" height="22"/>
<textElement textAlignment="Left" verticalAlignment="Top">
<font size="9"/>
</textElement>
<textFieldExpression class="java.lang.String"><![CDATA[$F{myStr}]]></textFieldExpression>
</textField>