Java Reference
In-Depth Information
</crosstabTotalColumnHeader>
</columnGroup>
<measure name="tailNumCount" class="java.lang.Integer"
calculation="Count">
<measureExpression>$F{tail_num}</measureExpression>
</measure>
<crosstabCell height="20" width="60">
<cellContents backcolor="#FFFFFF">
<box borderColor="black" border="Thin"/>
<textField>
<reportElement x="5" y="0" width="55" height="20"/>
<textElement textAlignment="Left"
verticalAlignment="Bottom"/>
<textFieldExpression
class="java.lang.Integer">
$V{tailNumCount}
</textFieldExpression>
</textField>
</cellContents>
</crosstabCell>
</crosstab>
</band>
</summary>
</jasperReport>
Compiling and filling the above JRXML template results in the following report:
 
Search WWH ::




Custom Search