How to display detail band based on condition in jasper report
Posted on January 22, 2019 at 10:26pm
How to display detail band based on condition jasper report
Joined: Oct 21 2018 - 10:35pm
Last seen: 4 years 2 months ago
Posted on January 23, 2019 at 6:23am
You can define printWhenExpression for detail band. For example,
<detail>
<band height="30" splitType="Stretch">
<printWhenExpression><![CDATA[<place your condition here>]]></printWhenExpression>
...
...
...
</band>
</detail>
Joined: Feb 22 2018 - 3:49am
Last seen: 2 years 7 months ago