Java Reference
In-Depth Information
<field name="tail_num" class="java.lang.String"/>
<field name="aircraft_serial" class="java.lang.String"/>
<field name="model" class="java.lang.String"/>
<field name="state" class="java.lang.String"/>
<group name="StateGroup">
<groupExpression>
<![CDATA[$F{state}]]>
</groupExpression>
<groupHeader>
<band height="40">
<staticText>
<reportElement x="0" y="10" width="115" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text>Aircraft Registered In:</text>
</staticText>
<textField>
<reportElement x="116" y="10" width="20" height="20"/>
<textFieldExpression>$F{state}</textFieldExpression>
</textField>
</band>
</groupHeader>
<groupFooter>
<band height="40">
<staticText>
<reportElement x="0" y="10" width="140" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text>End Aircraft Registered In:</text>
</staticText>
<textField>
<reportElement x="141" y="10" width="20" height="20"/>
<textFieldExpression>$F{state}</textFieldExpression>
</textField>
</band>
</groupFooter>
</group>
<detail>
<band height="20">
<staticText>
<reportElement x="20" y="0" height="20" width="35"/>
<text>Model:</text>
</staticText>
<textField>
 
Search WWH ::




Custom Search