Skip to content

Commit ae3d307

Browse files
authored
Add printwhenexpression (eugenp#17300)
1 parent 9625a40 commit ae3d307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries-reporting/src/main/resources/employeeReport.jrxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</title>
2828
<detail>
2929
<band height="47" splitType="Stretch">
30+
<printWhenExpression><![CDATA[$F{FIRST_NAME} != null && $F{LAST_NAME} != null && $F{SALARY} != null]]></printWhenExpression>
3031
<textField>
3132
<reportElement x="0" y="0" width="100" height="20"/>
3233
<textElement/>

0 commit comments

Comments
 (0)