Skip to content

Commit

Permalink
Modify print and remove html format
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Jun 22, 2023
1 parent 4c1c798 commit 68501f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</textField>
</band>
<band height="15" splitType="Prevent">
<printWhenExpression><![CDATA[$F{first} != null]]></printWhenExpression>
<printWhenExpression><![CDATA[$F{first} != null && $F{first}.length() > 0]]></printWhenExpression>
<textField textAdjust="StretchHeight">
<reportElement x="0" y="0" width="465" height="15" isRemoveLineWhenBlank="true" uuid="60d1c085-44eb-4166-90a7-0e3e4d641039"/>
<textElement markup="html">
Expand All @@ -28,7 +28,7 @@
</textField>
</band>
<band height="15" splitType="Prevent">
<printWhenExpression><![CDATA[$F{first} != null]]></printWhenExpression>
<printWhenExpression><![CDATA[$F{first} != null && $F{first}.length() > 0]]></printWhenExpression>
<textField textAdjust="StretchHeight">
<reportElement x="0" y="0" width="465" height="15" isRemoveLineWhenBlank="true" uuid="60d1c085-44eb-4166-90a7-0e3e4d641039"/>
<textElement>
Expand Down

0 comments on commit 68501f1

Please sign in to comment.