Mercurial > dive4elements > river
comparison artifacts/doc/conf/jasper/wdifferences_en.jrxml @ 8584:ce325339e9ba
(issue1754) Add range to W / Bed difference export.
This also fixes the Title layout in waterlevel report and
removes the year/epoch field from the english beddifference report.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 16 Mar 2015 17:38:08 +0100 |
parents | 138feb491c8a |
children |
comparison
equal
deleted
inserted
replaced
8583:138feb491c8a | 8584:ce325339e9ba |
---|---|
7 <field name="W" class="java.lang.String"/> | 7 <field name="W" class="java.lang.String"/> |
8 <field name="date" class="java.lang.String"/> | 8 <field name="date" class="java.lang.String"/> |
9 <field name="calculation" class="java.lang.String"/> | 9 <field name="calculation" class="java.lang.String"/> |
10 <field name="differences" class="java.lang.String"/> | 10 <field name="differences" class="java.lang.String"/> |
11 <field name="km" class="java.lang.String"/> | 11 <field name="km" class="java.lang.String"/> |
12 <field name="range" class="java.lang.String"/> | |
12 <background> | 13 <background> |
13 <band splitType="Stretch"/> | 14 <band splitType="Stretch"/> |
14 </background> | 15 </background> |
15 <title> | 16 <title> |
16 <band height="161" splitType="Stretch"> | 17 <band height="161" splitType="Stretch"> |
63 <textField isStretchWithOverflow="true"> | 64 <textField isStretchWithOverflow="true"> |
64 <reportElement stretchType="RelativeToTallestObject" x="123" y="110" width="392" height="20"/> | 65 <reportElement stretchType="RelativeToTallestObject" x="123" y="110" width="392" height="20"/> |
65 <textElement/> | 66 <textElement/> |
66 <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression> | 67 <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression> |
67 </textField> | 68 </textField> |
69 <textField> | |
70 <reportElement x="123" y="130" width="392" height="20"/> | |
71 <textElement/> | |
72 <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression> | |
73 </textField> | |
74 <staticText> | |
75 <reportElement x="0" y="130" width="123" height="20"/> | |
76 <textElement/> | |
77 <text><![CDATA[Range:]]></text> | |
78 </staticText> | |
68 </band> | 79 </band> |
69 </title> | 80 </title> |
70 <columnHeader> | 81 <columnHeader> |
71 <band height="24" splitType="Stretch"> | 82 <band height="24" splitType="Stretch"> |
72 <line> | 83 <line> |