<band height="49" splitType="Stretch"> <textField isStretchWithOverflow="true"> <reportElement x="426" y="10" width="166" height="20"/> <textElement textAlignment="Right"> <font size="14" isBold="true" pdfFontName="Helvetica-Bold"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$P{DOCUMENT}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true"> <reportElement x="149" y="2" width="219" height="46" forecolor="#666666"/> <textElement verticalAlignment="Top"> <font size="9"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$F{street} + " " + $F{street2} + " \n" + $F{zip} + " " + $F{city} + " (" + $F{state} + ") " + $F{country}.get($P{LANG}) + "\n" + "tel." + $F{phone} + " - e-mail: " + $F{email}]]></textFieldExpression> </textField> <image onErrorType="Icon"> <reportElement x="10" y="2" width="136" height="46"/> <imageExpression class="java.lang.String"><![CDATA[$F{logo}]]></imageExpression> </image> <line> <reportElement x="146" y="2" width="1" height="44" forecolor="#666666"/> </line> </band>