comparison artifacts/doc/conf/jasper/historical-discharge_en.jrxml @ 8583:138feb491c8a

Add jasper -> jrxml converted files. Conversion was done with iReport 4.5.0
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 16 Mar 2015 17:08:04 +0100
parents
children
comparison
equal deleted inserted replaced
8582:17a3030bbda2 8583:138feb491c8a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <property name="ireport.zoom" value="1.0"/>
4 <property name="ireport.x" value="0"/>
5 <property name="ireport.y" value="0"/>
6 <field name="river" class="java.lang.String"/>
7 <field name="W" class="java.lang.String"/>
8 <field name="date" class="java.lang.String"/>
9 <field name="Q" class="java.lang.String"/>
10 <field name="calculation" class="java.lang.String"/>
11 <field name="range" class="java.lang.String"/>
12 <field name="delta" class="java.lang.String"/>
13 <field name="gaugename" class="java.lang.String"/>
14 <background>
15 <band splitType="Stretch"/>
16 </background>
17 <title>
18 <band height="162" splitType="Stretch">
19 <staticText>
20 <reportElement x="0" y="1" width="190" height="30"/>
21 <textElement>
22 <font size="18"/>
23 </textElement>
24 <text><![CDATA[Calculation Result]]></text>
25 </staticText>
26 <textField>
27 <reportElement x="190" y="0" width="325" height="31"/>
28 <textElement>
29 <font size="18"/>
30 </textElement>
31 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
32 </textField>
33 <textField>
34 <reportElement x="0" y="31" width="515" height="26"/>
35 <textElement>
36 <font size="14"/>
37 </textElement>
38 <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
39 </textField>
40 <staticText>
41 <reportElement x="0" y="70" width="123" height="20"/>
42 <textElement/>
43 <text><![CDATA[River:]]></text>
44 </staticText>
45 <textField>
46 <reportElement x="123" y="70" width="392" height="20"/>
47 <textElement/>
48 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
49 </textField>
50 <staticText>
51 <reportElement x="0" y="90" width="123" height="20"/>
52 <textElement/>
53 <text><![CDATA[Reference Gauge:]]></text>
54 </staticText>
55 <textField>
56 <reportElement x="123" y="90" width="392" height="20"/>
57 <textElement/>
58 <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
59 </textField>
60 <staticText>
61 <reportElement x="0" y="110" width="123" height="20"/>
62 <textElement/>
63 <text><![CDATA[Date of creation:]]></text>
64 </staticText>
65 <textField>
66 <reportElement x="123" y="110" width="392" height="20"/>
67 <textElement/>
68 <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
69 </textField>
70 </band>
71 </title>
72 <columnHeader>
73 <band height="25" splitType="Stretch">
74 <line>
75 <reportElement x="0" y="19" width="515" height="1"/>
76 </line>
77 <staticText>
78 <reportElement x="0" y="0" width="123" height="20"/>
79 <textElement/>
80 <text><![CDATA[Timerange]]></text>
81 </staticText>
82 <staticText>
83 <reportElement x="123" y="0" width="67" height="20"/>
84 <textElement/>
85 <text><![CDATA[W [NN + m]]]></text>
86 </staticText>
87 <staticText>
88 <reportElement x="190" y="0" width="61" height="20"/>
89 <textElement/>
90 <text><![CDATA[Q [m³/s]]]></text>
91 </staticText>
92 <staticText>
93 <reportElement x="251" y="0" width="152" height="20"/>
94 <textElement/>
95 <text><![CDATA[Difference]]></text>
96 </staticText>
97 <staticText>
98 <reportElement x="403" y="0" width="112" height="20"/>
99 <textElement/>
100 <text><![CDATA[Gaugename]]></text>
101 </staticText>
102 </band>
103 </columnHeader>
104 <detail>
105 <band height="14" splitType="Stretch">
106 <textField isBlankWhenNull="true">
107 <reportElement x="0" y="0" width="123" height="14"/>
108 <textElement/>
109 <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
110 </textField>
111 <textField isBlankWhenNull="true">
112 <reportElement x="123" y="0" width="67" height="14"/>
113 <textElement/>
114 <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
115 </textField>
116 <textField isBlankWhenNull="true">
117 <reportElement x="190" y="0" width="61" height="14"/>
118 <textElement/>
119 <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
120 </textField>
121 <textField isStretchWithOverflow="true" isBlankWhenNull="false">
122 <reportElement stretchType="RelativeToBandHeight" x="251" y="0" width="152" height="14"/>
123 <textElement/>
124 <textFieldExpression><![CDATA[$F{delta}]]></textFieldExpression>
125 </textField>
126 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
127 <reportElement stretchType="RelativeToBandHeight" x="403" y="0" width="112" height="14"/>
128 <textElement/>
129 <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
130 </textField>
131 </band>
132 </detail>
133 <pageFooter>
134 <band height="29" splitType="Stretch">
135 <textField evaluationTime="Report">
136 <reportElement x="458" y="9" width="57" height="20"/>
137 <textElement/>
138 <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
139 </textField>
140 <textField>
141 <reportElement x="403" y="9" width="55" height="20"/>
142 <textElement textAlignment="Right"/>
143 <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
144 </textField>
145 </band>
146 </pageFooter>
147 <summary>
148 <band height="42" splitType="Stretch"/>
149 </summary>
150 </jasperReport>

http://dive4elements.wald.intevation.org