Report 02 in Ireport 4.5.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="report2" language="groovy" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> | |
<style name="Title" fontName="Arial" fontSize="26" isBold="true" pdfFontName="Helvetica-Bold"/> | |
<style name="SubTitle" forecolor="#666666" fontName="Arial" fontSize="18"/> | |
<style name="Column header" forecolor="#666666" fontName="Arial" fontSize="12" isBold="true"/> | |
<style name="Detail" fontName="Arial" fontSize="12"/> | |
<group name="Group1"> | |
<groupExpression><![CDATA[(int)($V{REPORT_COUNT}/15)]]></groupExpression> | |
<groupHeader> | |
<band height="40"> | |
<textField> | |
<reportElement style="SubTitle" x="47" y="13" width="506" height="24" forecolor="#CC0000"/> | |
<textElement> | |
<font isBold="true"/> | |
</textElement> | |
<textFieldExpression><![CDATA["GroupField"]]></textFieldExpression> | |
</textField> | |
<rectangle> | |
<reportElement mode="Opaque" x="0" y="13" width="36" height="24" forecolor="#CCCCCC" backcolor="#CCCCCC"/> | |
</rectangle> | |
</band> | |
</groupHeader> | |
<groupFooter> | |
<band height="6"/> | |
</groupFooter> | |
</group> | |
<group name="Group2"> | |
<groupExpression><![CDATA[(int)($V{REPORT_COUNT}/5)]]></groupExpression> | |
<groupHeader> | |
<band height="30"> | |
<textField> | |
<reportElement style="SubTitle" x="0" y="4" width="460" height="20"/> | |
<textElement> | |
<font size="16" isBold="true"/> | |
</textElement> | |
<textFieldExpression><![CDATA["GroupField"]]></textFieldExpression> | |
</textField> | |
</band> | |
</groupHeader> | |
</group> | |
<background> | |
<band splitType="Stretch"/> | |
</background> | |
<title> | |
<band height="70" splitType="Stretch"> | |
<image> | |
<reportElement x="275" y="0" width="300" height="64"/> | |
<imageExpression><![CDATA["leaf_banner_red.png"]]></imageExpression> | |
</image> | |
<staticText> | |
<reportElement style="Title" x="0" y="13" width="263" height="33"/> | |
<textElement verticalAlignment="Middle"/> | |
<text><![CDATA[Leaf Red Title]]></text> | |
</staticText> | |
<staticText> | |
<reportElement style="SubTitle" x="117" y="46" width="157" height="22"/> | |
<textElement/> | |
<text><![CDATA[Leaf Red SubTitle]]></text> | |
</staticText> | |
</band> | |
</title> | |
<pageHeader> | |
<band splitType="Stretch"/> | |
</pageHeader> | |
<columnHeader> | |
<band height="36" splitType="Stretch"> | |
<staticText> | |
<reportElement style="Column header" x="0" y="19" width="100" height="15"/> | |
<textElement/> | |
<text><![CDATA[Label]]></text> | |
</staticText> | |
<line> | |
<reportElement positionType="FixRelativeToBottom" x="0" y="35" width="555" height="1"/> | |
<graphicElement> | |
<pen lineWidth="0.5" lineColor="#999999"/> | |
</graphicElement> | |
</line> | |
</band> | |
</columnHeader> | |
<detail> | |
<band height="16" splitType="Stretch"> | |
<line> | |
<reportElement positionType="FixRelativeToBottom" x="0" y="15" width="555" height="1"/> | |
<graphicElement> | |
<pen lineWidth="0.5" lineColor="#999999"/> | |
</graphicElement> | |
</line> | |
<textField> | |
<reportElement style="Detail" x="0" y="0" width="100" height="15"/> | |
<textElement/> | |
<textFieldExpression><![CDATA["Field"]]></textFieldExpression> | |
</textField> | |
</band> | |
</detail> | |
<columnFooter> | |
<band height="45" splitType="Stretch"> | |
<line> | |
<reportElement positionType="FixRelativeToBottom" x="0" y="3" width="555" height="1"/> | |
<graphicElement> | |
<pen lineWidth="0.5" lineColor="#999999"/> | |
</graphicElement> | |
</line> | |
</band> | |
</columnFooter> | |
<pageFooter> | |
<band height="20" splitType="Stretch"> | |
<textField> | |
<reportElement style="Column header" x="433" y="0" width="80" height="20"/> | |
<textElement textAlignment="Right"> | |
<font size="10" isBold="false"/> | |
</textElement> | |
<textFieldExpression><![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]></textFieldExpression> | |
</textField> | |
<textField evaluationTime="Report"> | |
<reportElement style="Column header" x="513" y="0" width="40" height="20"/> | |
<textElement> | |
<font size="10" isBold="false"/> | |
</textElement> | |
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression> | |
</textField> | |
<textField pattern="EEEEE dd MMMMM yyyy"> | |
<reportElement style="Column header" x="0" y="0" width="197" height="20"/> | |
<textElement> | |
<font size="10" isBold="false"/> | |
</textElement> | |
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression> | |
</textField> | |
</band> | |
</pageFooter> | |
<summary> | |
<band splitType="Stretch"/> | |
</summary> | |
</jasperReport> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment