<band height="51" splitType="Stretch"> <staticText> <reportElement x="0" y="0" width="802" height="20"/> <textElement textAlignment="Center"> <font size="14" isBold="true"/> </textElement> <text><![CDATA[INFORME PASAJERO POR SERVICIO]]></text> </staticText> <staticText> <reportElement x="605" y="30" width="53" height="20"/> <textElement/> <text><![CDATA[EMISIÓN:]]></text> </staticText> <textField pattern="dd/MM/yyyy"> <reportElement x="658" y="30" width="100" height="20"/> <textElement/> <textFieldExpression class="java.util.Date"><![CDATA[new java.util.Date()]]></textFieldExpression> </textField> <staticText> <reportElement x="13" y="31" width="64" height="20"/> <textElement> <font isBold="true"/> </textElement> <text><![CDATA[EMPRESA:]]></text> </staticText> <textField> <reportElement x="77" y="31" width="206" height="20"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$P{empresa}]]></textFieldExpression> </textField> </band>