5)]]> <band height="100"> <elementGroup> <line> <reportElement x="0" y="0" width="555" height="1"/> <graphicElement/> </line> <image scaleImage="Clip"> <reportElement x="0" y="5" width="165" height="40"/> <graphicElement/> <imageExpression class="java.lang.String"><![CDATA["jasperreports.gif"]]></imageExpression> </image> </elementGroup> <textField isBlankWhenNull="true"> <reportElement x="180" y="5" width="375" height="35"/> <textElement textAlignment="Right"> <font reportFont="Comic_Bold" size="22"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$P{ReportTitle}]]></textFieldExpression> </textField> <staticText> <reportElement x="180" y="40" width="375" height="15"/> <textElement textAlignment="Right"> <font reportFont="Arial_Italic" size="12"/> </textElement> <text><![CDATA[(c)2001-2004 by teodord]]></text> </staticText> <textField evaluationTime="Report"> <reportElement x="255" y="55" width="100" height="40"/> <textElement textAlignment="Justified"/> <textFieldExpression class="java.lang.String"><![CDATA["There are " + String.valueOf($V{REPORT_COUNT}) + " orders on this report, with a total freight of " + new DecimalFormat("0.00").format($V{FreightSumReport}.doubleValue())]]></textFieldExpression> </textField> </band>