Java Reference
In-Depth Information
<textElement textAlignment="Right"
verticalAlignment="Middle"/>
<textFieldExpression>
<![CDATA[$V{cityGroup}]]>
</textFieldExpression>
</textField>
</cellContents>
</crosstabRowHeader>
<crosstabTotalRowHeader>
<cellContents>
<box borderColor="black" border="Thin"/>
<staticText>
<reportElement x="0" y="0" width="60" height="20" />
<textElement verticalAlignment="Middle"/>
<text>TOTAL</text>
</staticText>
</cellContents>
</crosstabTotalRowHeader>
</rowGroup>
<columnGroup name="modelGroup" height="20"
totalPosition="End">
<bucket>
<bucketExpression class="java.lang.String">
$F{model}
</bucketExpression>
</bucket>
<crosstabColumnHeader>
<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>
 
Search WWH ::




Custom Search