Java Reference
In-Depth Information
<cellContents>
<box border="Thin" borderColor="black"/>
<textField isStretchWithOverflow="true">
<reportElement width="60" y="0" x="0" height="20"/>
<textElement verticalAlignment="Bottom"/>
<textFieldExpression>
<![CDATA[$V{modelGroup}]]>
</textFieldExpression>
</textField>
</cellContents>
</crosstabColumnHeader>
<crosstabTotalColumnHeader>
<cellContents>
<box border="Thin" borderColor="black"/>
<staticText>
<reportElement width="60" y="0" x="0" height="20"/>
<textElement verticalAlignment="Bottom"/>
<text>TOTAL</text>
</staticText>
</cellContents>
</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>
 
Search WWH ::




Custom Search