teichmann@7908: <?xml version="1.0" encoding="UTF-8"?> teichmann@7908: <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="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20"> teichmann@7908: <property name="ireport.zoom" value="1.0"/> teichmann@7908: <property name="ireport.x" value="0"/> teichmann@7908: <property name="ireport.y" value="0"/> teichmann@7908: <field name="river" class="java.lang.String"/> tom@7916: <field name="diff" class="java.lang.String"/> teichmann@7908: <field name="date" class="java.lang.String"/> teichmann@7908: <field name="calculation" class="java.lang.String"/> teichmann@7908: <field name="differences" class="java.lang.String"/> teichmann@7908: <field name="km" class="java.lang.String"/> tom@7916: <field name="diffheader" class="java.lang.String"/> teichmann@7915: <field name="diffpairheader" class="java.lang.String"/> teichmann@7915: <field name="diffpair" class="java.lang.String"/> tom@8438: <field name="sounding1header" class="java.lang.String"/> tom@8438: <field name="sounding1" class="java.lang.String"/> tom@8438: <field name="sounding2header" class="java.lang.String"/> tom@8438: <field name="sounding2" class="java.lang.String"/> tom@7916: <field name="kmheader" class="java.lang.String"/> tom@8438: <field name="gap1header" class="java.lang.String"/> tom@8438: <field name="gap1" class="java.lang.String"/> tom@8438: <field name="gap2header" class="java.lang.String"/> tom@8438: <field name="gap2" class="java.lang.String"/> andre@8584: <field name="range" class="java.lang.String"/> teichmann@7908: <background> teichmann@7908: <band splitType="Stretch"/> teichmann@7908: </background> teichmann@7908: <title> andre@8584: <band height="155" splitType="Stretch"> teichmann@7908: <staticText> teichmann@7915: <reportElement x="0" y="1" width="177" height="30"/> teichmann@7908: <textElement> teichmann@7908: <font size="18"/> teichmann@7908: </textElement> teichmann@7908: <text><![CDATA[Ergebnisausgabe]]></text> teichmann@7908: </staticText> teichmann@7908: <textField> teichmann@7915: <reportElement x="177" y="0" width="338" height="31"/> teichmann@7908: <textElement> teichmann@7908: <font size="18"/> teichmann@7908: </textElement> teichmann@7908: <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7908: <textField> teichmann@7908: <reportElement x="0" y="31" width="515" height="26"/> teichmann@7908: <textElement> teichmann@7908: <font size="14"/> teichmann@7908: </textElement> teichmann@7908: <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7908: <staticText> teichmann@7908: <reportElement x="0" y="70" width="123" height="20"/> teichmann@7908: <textElement/> teichmann@7908: <text><![CDATA[Gewässer:]]></text> teichmann@7908: </staticText> teichmann@7908: <textField> teichmann@7908: <reportElement x="123" y="70" width="392" height="20"/> teichmann@7908: <textElement/> teichmann@7908: <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7908: <staticText> teichmann@7908: <reportElement x="0" y="90" width="123" height="20"/> teichmann@7908: <textElement/> teichmann@7908: <text><![CDATA[Datum der Erstellung:]]></text> teichmann@7908: </staticText> teichmann@7908: <textField> teichmann@7908: <reportElement x="123" y="90" width="392" height="20"/> teichmann@7908: <textElement/> teichmann@7908: <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7908: <staticText> tom@7979: <reportElement x="0" y="109" width="123" height="20"/> teichmann@7908: <textElement/> tom@8736: <text><![CDATA[Bereich:]]></text> teichmann@7908: </staticText> tom@8736: <textField> tom@7979: <reportElement stretchType="RelativeToTallestObject" x="123" y="109" width="392" height="20"/> teichmann@7908: <textElement/> tom@8736: <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression> teichmann@7908: </textField> tom@8736: <textField isStretchWithOverflow="true"> andre@8584: <reportElement x="123" y="129" width="392" height="20"/> andre@8584: <textElement/> tom@8736: <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression> andre@8584: </textField> andre@8584: <staticText> andre@8584: <reportElement x="0" y="129" width="123" height="20"/> andre@8584: <textElement/> tom@8736: <text><![CDATA[Differenzen:]]></text> andre@8584: </staticText> teichmann@7908: </band> teichmann@7908: </title> teichmann@7908: <columnHeader> teichmann@7908: <band height="24" splitType="Stretch"> teichmann@7908: <line> teichmann@7908: <reportElement x="0" y="19" width="515" height="1"/> teichmann@7908: </line> teichmann@7908: <textField> tom@7916: <reportElement x="0" y="0" width="54" height="20"/> teichmann@7908: <textElement markup="none"/> tom@7916: <textFieldExpression><![CDATA[$F{kmheader}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7915: <textField> tom@8438: <reportElement x="174" y="0" width="75" height="19"/> tom@7916: <textElement markup="none"/> tom@7916: <textFieldExpression><![CDATA[$F{diffheader}]]></textFieldExpression> tom@7916: </textField> tom@7916: <textField> tom@8438: <reportElement x="54" y="0" width="120" height="19"/> teichmann@7915: <textElement/> teichmann@7915: <textFieldExpression><![CDATA[$F{diffpairheader}]]></textFieldExpression> teichmann@7915: </textField> tom@7916: <textField> tom@8438: <reportElement x="249" y="1" width="75" height="19"/> tom@7916: <textElement/> tom@8438: <textFieldExpression><![CDATA[$F{sounding1header}]]></textFieldExpression> tom@7916: </textField> tom@7916: <textField> tom@8438: <reportElement x="324" y="0" width="75" height="19"/> tom@7916: <textElement/> tom@8438: <textFieldExpression><![CDATA[$F{sounding2header}]]></textFieldExpression> tom@8438: </textField> tom@8438: <textField> tom@8438: <reportElement x="399" y="1" width="58" height="19"/> tom@8438: <textElement/> tom@8438: <textFieldExpression><![CDATA[$F{gap1header}]]></textFieldExpression> tom@8438: </textField> tom@8438: <textField> tom@8438: <reportElement x="457" y="0" width="58" height="19"/> tom@8438: <textElement/> tom@8438: <textFieldExpression><![CDATA[$F{gap2header}]]></textFieldExpression> tom@7916: </textField> teichmann@7908: </band> teichmann@7908: </columnHeader> teichmann@7908: <detail> teichmann@7915: <band height="18" splitType="Stretch"> teichmann@7908: <textField isBlankWhenNull="true"> tom@7916: <reportElement x="0" y="0" width="54" height="14"/> teichmann@7908: <textElement/> teichmann@7908: <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7908: <textField isBlankWhenNull="true"> tom@8438: <reportElement x="174" y="0" width="75" height="14"/> teichmann@7908: <textElement/> tom@7916: <textFieldExpression><![CDATA[$F{diff}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7915: <textField isBlankWhenNull="true"> tom@8438: <reportElement x="54" y="0" width="120" height="14"/> teichmann@7915: <textElement/> teichmann@7915: <textFieldExpression><![CDATA[$F{diffpair}]]></textFieldExpression> teichmann@7915: </textField> tom@7916: <textField isBlankWhenNull="true"> tom@8438: <reportElement x="249" y="0" width="75" height="14"/> tom@7916: <textElement/> tom@8438: <textFieldExpression><![CDATA[$F{sounding1}]]></textFieldExpression> tom@7916: </textField> tom@7916: <textField isBlankWhenNull="true"> tom@8438: <reportElement x="324" y="0" width="75" height="14"/> tom@7916: <textElement/> tom@8438: <textFieldExpression><![CDATA[$F{sounding2}]]></textFieldExpression> tom@8438: </textField> tom@8438: <textField isBlankWhenNull="true"> tom@8438: <reportElement x="399" y="0" width="58" height="14"/> tom@8438: <textElement/> tom@8438: <textFieldExpression><![CDATA[$F{gap1}]]></textFieldExpression> tom@8438: </textField> tom@8438: <textField isBlankWhenNull="true"> tom@8438: <reportElement x="457" y="0" width="58" height="14"/> tom@8438: <textElement/> tom@8438: <textFieldExpression><![CDATA[$F{gap2}]]></textFieldExpression> tom@7916: </textField> teichmann@7908: </band> teichmann@7908: </detail> teichmann@7908: <pageFooter> teichmann@7908: <band height="29" splitType="Stretch"> teichmann@7908: <textField evaluationTime="Report"> teichmann@7908: <reportElement x="457" y="9" width="57" height="20"/> teichmann@7908: <textElement/> teichmann@7908: <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7908: <textField> teichmann@7908: <reportElement x="402" y="9" width="55" height="20"/> teichmann@7908: <textElement textAlignment="Right"/> teichmann@7908: <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression> teichmann@7908: </textField> teichmann@7908: </band> teichmann@7908: </pageFooter> teichmann@7908: <summary> teichmann@7908: <band height="42" splitType="Stretch"/> teichmann@7908: </summary> teichmann@7908: </jasperReport>