Mercurial > dive4elements > river
comparison artifacts/doc/conf/jasper/waterlevel_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.5"/> | |
4 <property name="ireport.x" value="135"/> | |
5 <property name="ireport.y" value="0"/> | |
6 <field name="river" class="java.lang.String"/> | |
7 <field name="gauge" class="java.lang.String"/> | |
8 <field name="km" class="java.lang.String"/> | |
9 <field name="W" class="java.lang.String"/> | |
10 <field name="date" class="java.lang.String"/> | |
11 <field name="Q" class="java.lang.String"/> | |
12 <field name="calculation" class="java.lang.String"/> | |
13 <field name="range" class="java.lang.String"/> | |
14 <field name="description" class="java.lang.String"/> | |
15 <field name="location" class="java.lang.String"/> | |
16 <field name="gaugename" class="java.lang.String"/> | |
17 <background> | |
18 <band splitType="Stretch"/> | |
19 </background> | |
20 <title> | |
21 <band height="162" splitType="Stretch"> | |
22 <staticText> | |
23 <reportElement x="0" y="1" width="177" height="30"/> | |
24 <textElement> | |
25 <font size="18"/> | |
26 </textElement> | |
27 <text><![CDATA[Calculation result]]></text> | |
28 </staticText> | |
29 <textField> | |
30 <reportElement x="177" y="0" width="338" height="31"/> | |
31 <textElement> | |
32 <font size="18"/> | |
33 </textElement> | |
34 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression> | |
35 </textField> | |
36 <textField> | |
37 <reportElement x="0" y="31" width="515" height="26"/> | |
38 <textElement> | |
39 <font size="14"/> | |
40 </textElement> | |
41 <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression> | |
42 </textField> | |
43 <staticText> | |
44 <reportElement x="0" y="70" width="123" height="20"/> | |
45 <textElement/> | |
46 <text><![CDATA[River:]]></text> | |
47 </staticText> | |
48 <textField> | |
49 <reportElement x="123" y="70" width="392" height="20"/> | |
50 <textElement/> | |
51 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression> | |
52 </textField> | |
53 <staticText> | |
54 <reportElement x="0" y="90" width="123" height="20"/> | |
55 <textElement/> | |
56 <text><![CDATA[Reference Gauge:]]></text> | |
57 </staticText> | |
58 <textField> | |
59 <reportElement x="123" y="90" width="392" height="20"/> | |
60 <textElement/> | |
61 <textFieldExpression><![CDATA[$F{gauge}]]></textFieldExpression> | |
62 </textField> | |
63 <staticText> | |
64 <reportElement x="0" y="110" width="123" height="20"/> | |
65 <textElement/> | |
66 <text><![CDATA[Date of creation:]]></text> | |
67 </staticText> | |
68 <textField> | |
69 <reportElement x="123" y="110" width="392" height="20"/> | |
70 <textElement/> | |
71 <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression> | |
72 </textField> | |
73 <staticText> | |
74 <reportElement x="0" y="130" width="123" height="20"/> | |
75 <textElement/> | |
76 <text><![CDATA[Location/Distance:]]></text> | |
77 </staticText> | |
78 <textField> | |
79 <reportElement x="123" y="130" width="392" height="20"/> | |
80 <textElement/> | |
81 <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression> | |
82 </textField> | |
83 </band> | |
84 </title> | |
85 <columnHeader> | |
86 <band height="25" splitType="Stretch"> | |
87 <line> | |
88 <reportElement x="0" y="19" width="515" height="1"/> | |
89 </line> | |
90 <staticText> | |
91 <reportElement x="0" y="0" width="62" height="20"/> | |
92 <textElement/> | |
93 <text><![CDATA[River-Km]]></text> | |
94 </staticText> | |
95 <staticText> | |
96 <reportElement x="205" y="0" width="76" height="20"/> | |
97 <textElement/> | |
98 <text><![CDATA[Description]]></text> | |
99 </staticText> | |
100 <staticText> | |
101 <reportElement x="281" y="0" width="113" height="20"/> | |
102 <textElement/> | |
103 <text><![CDATA[Location]]></text> | |
104 </staticText> | |
105 <staticText> | |
106 <reportElement x="62" y="0" width="67" height="20"/> | |
107 <textElement/> | |
108 <text><![CDATA[W [NN + m]]]></text> | |
109 </staticText> | |
110 <staticText> | |
111 <reportElement x="129" y="0" width="76" height="20"/> | |
112 <textElement/> | |
113 <text><![CDATA[Q [m³/s]]]></text> | |
114 </staticText> | |
115 <staticText> | |
116 <reportElement x="394" y="0" width="121" height="20"/> | |
117 <textElement/> | |
118 <text><![CDATA[Reference Gauge]]></text> | |
119 </staticText> | |
120 </band> | |
121 </columnHeader> | |
122 <detail> | |
123 <band height="14" splitType="Stretch"> | |
124 <textField isBlankWhenNull="true"> | |
125 <reportElement x="0" y="0" width="62" height="14"/> | |
126 <textElement/> | |
127 <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression> | |
128 </textField> | |
129 <textField isStretchWithOverflow="true" isBlankWhenNull="false"> | |
130 <reportElement stretchType="RelativeToBandHeight" x="205" y="0" width="76" height="14"/> | |
131 <textElement/> | |
132 <textFieldExpression><![CDATA[$F{description}]]></textFieldExpression> | |
133 </textField> | |
134 <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
135 <reportElement stretchType="RelativeToBandHeight" x="281" y="0" width="113" height="14" isPrintWhenDetailOverflows="true"/> | |
136 <textElement/> | |
137 <textFieldExpression><![CDATA[$F{location}]]></textFieldExpression> | |
138 </textField> | |
139 <textField isBlankWhenNull="true"> | |
140 <reportElement x="62" y="0" width="67" height="14"/> | |
141 <textElement/> | |
142 <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression> | |
143 </textField> | |
144 <textField isBlankWhenNull="true"> | |
145 <reportElement x="129" y="0" width="76" height="14"/> | |
146 <textElement/> | |
147 <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression> | |
148 </textField> | |
149 <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
150 <reportElement stretchType="RelativeToBandHeight" x="394" y="0" width="121" height="14"/> | |
151 <textElement/> | |
152 <textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression> | |
153 </textField> | |
154 </band> | |
155 </detail> | |
156 <pageFooter> | |
157 <band height="29" splitType="Stretch"> | |
158 <textField evaluationTime="Report"> | |
159 <reportElement x="458" y="9" width="57" height="20"/> | |
160 <textElement/> | |
161 <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression> | |
162 </textField> | |
163 <textField> | |
164 <reportElement x="403" y="9" width="55" height="20"/> | |
165 <textElement textAlignment="Right"/> | |
166 <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression> | |
167 </textField> | |
168 </band> | |
169 </pageFooter> | |
170 <summary> | |
171 <band height="42" splitType="Stretch"/> | |
172 </summary> | |
173 </jasperReport> |