<band height="170" splitType="Stretch"> <elementGroup> <rectangle> <reportElement x="0" y="10" width="10" height="50" backcolor="#000000"/> <graphicElement/> </rectangle> <image scaleImage="RetainShape" onErrorType="Blank"> <reportElement x="486" y="0" width="100" height="70"/> <graphicElement/> <imageExpression><![CDATA[$P{logo}]]></imageExpression> </image> <textField isBlankWhenNull="true"> <reportElement x="22" y="16" width="500" height="70"/> <textElement> <font size="32" isBold="true"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$P{applicationTitle} + " Info Sheet"]]></textFieldExpression> </textField> <line> <reportElement x="0" y="60" width="555" height="1"/> <graphicElement/> </line> </elementGroup> <elementGroup> <staticText> <reportElement x="22" y="70" width="500" height="20"/> <textElement> <font isBold="true"/> </textElement> <text><![CDATA[Server Version]]></text> </staticText> <textField isBlankWhenNull="true"> <reportElement x="200" y="70" width="200" height="20"/> <textElement textAlignment="Left" /> <textFieldExpression class="java.lang.String"><![CDATA[$P{applicationVersion}]]></textFieldExpression> </textField> </elementGroup> <elementGroup> <staticText> <reportElement x="22" y="85" width="500" height="20"/> <textElement> <font isBold="true"/> </textElement> <text><![CDATA[Server API Version]]></text> </staticText> <textField isBlankWhenNull="true"> <reportElement x="200" y="85" width="200" height="20"/> <textElement textAlignment="Left" /> <textFieldExpression class="java.lang.String"><![CDATA[$P{applicationApiVersion}]]></textFieldExpression> </textField> </elementGroup> <elementGroup> <staticText> <reportElement x="22" y="100" width="500" height="20"/> <textElement> <font isBold="true"/> </textElement> <text><![CDATA[Server build time]]></text> </staticText> <textField isBlankWhenNull="true"> <reportElement x="200" y="100" width="200" height="20"/> <textElement textAlignment="Left" /> <textFieldExpression class="java.lang.String"><![CDATA[$P{applicationBuildTime}]]></textFieldExpression> </textField> </elementGroup> <elementGroup> <staticText> <reportElement x="22" y="145" width="500" height="20"/> <textElement> <font isBold="true"/> </textElement> <text><![CDATA[Creation time]]></text> </staticText> <textField> <reportElement x="200" y="145" width="200" height="20"/> <textElement textAlignment="Left" /> <textFieldExpression class="java.lang.String"><![CDATA[new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date())]]></textFieldExpression> </textField> </elementGroup> <elementGroup> <line> <reportElement x="0" y="165" width="555" height="1"/> <graphicElement/> </line> </elementGroup> </band> 1)]]>