comparison artifacts/doc/conf/jasper/reference_en_gauge.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="842" pageHeight="595" orientation="Landscape" columnWidth="762" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
3 <property name="ireport.zoom" value="1.5"/>
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="reference" class="java.lang.String"/>
8 <field name="km1" class="java.lang.String"/>
9 <field name="W1" class="java.lang.String"/>
10 <field name="date" class="java.lang.String"/>
11 <field name="Q1" class="java.lang.String"/>
12 <field name="calculation" class="java.lang.String"/>
13 <field name="km2" class="java.lang.String"/>
14 <field name="location2" class="java.lang.String"/>
15 <field name="location1" class="java.lang.String"/>
16 <field name="location" class="java.lang.String"/>
17 <field name="W2" class="java.lang.String"/>
18 <field name="Q2" class="java.lang.String"/>
19 <field name="Wcm1" class="java.lang.String"/>
20 <background>
21 <band splitType="Stretch"/>
22 </background>
23 <title>
24 <band height="130" splitType="Stretch">
25 <staticText>
26 <reportElement x="0" y="1" width="166" height="30"/>
27 <textElement>
28 <font size="18"/>
29 </textElement>
30 <text><![CDATA[Calculation result]]></text>
31 </staticText>
32 <textField>
33 <reportElement x="166" y="0" width="349" height="31"/>
34 <textElement>
35 <font size="18"/>
36 </textElement>
37 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
38 </textField>
39 <textField>
40 <reportElement x="0" y="31" width="515" height="26"/>
41 <textElement>
42 <font size="14"/>
43 </textElement>
44 <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
45 </textField>
46 <staticText>
47 <reportElement x="0" y="70" width="123" height="20"/>
48 <textElement/>
49 <text><![CDATA[River:]]></text>
50 </staticText>
51 <textField>
52 <reportElement x="123" y="70" width="392" height="20"/>
53 <textElement/>
54 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
55 </textField>
56 <staticText>
57 <reportElement x="0" y="90" width="123" height="20"/>
58 <textElement/>
59 <text><![CDATA[Date of Creation:]]></text>
60 </staticText>
61 <textField>
62 <reportElement x="123" y="90" width="392" height="20"/>
63 <textElement/>
64 <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
65 </textField>
66 </band>
67 </title>
68 <columnHeader>
69 <band height="46" splitType="Stretch">
70 <line>
71 <reportElement x="0" y="38" width="762" height="1"/>
72 </line>
73 <staticText>
74 <reportElement x="0" y="0" width="79" height="38"/>
75 <textElement verticalAlignment="Middle"/>
76 <text><![CDATA[River-km]]></text>
77 </staticText>
78 <staticText>
79 <reportElement x="79" y="0" width="81" height="38"/>
80 <textElement verticalAlignment="Middle"/>
81 <text><![CDATA[W [m + NHN]]]></text>
82 </staticText>
83 <staticText>
84 <reportElement x="587" y="0" width="45" height="38"/>
85 <textElement verticalAlignment="Middle"/>
86 <text><![CDATA[equiv. Q [m³/s]]]></text>
87 </staticText>
88 <staticText>
89 <reportElement x="632" y="0" width="130" height="38"/>
90 <textElement verticalAlignment="Middle"/>
91 <text><![CDATA[Location]]></text>
92 </staticText>
93 <staticText>
94 <reportElement x="249" y="0" width="47" height="38"/>
95 <textElement verticalAlignment="Middle"/>
96 <text><![CDATA[equiv. Q [m³/s]]]></text>
97 </staticText>
98 <staticText>
99 <reportElement x="507" y="0" width="80" height="38"/>
100 <textElement verticalAlignment="Middle"/>
101 <text><![CDATA[W [m + NHN]]]></text>
102 </staticText>
103 <staticText>
104 <reportElement x="432" y="0" width="75" height="38"/>
105 <textElement verticalAlignment="Middle"/>
106 <text><![CDATA[River-km]]></text>
107 </staticText>
108 <staticText>
109 <reportElement x="296" y="0" width="136" height="38"/>
110 <textElement verticalAlignment="Middle"/>
111 <text><![CDATA[Location]]></text>
112 </staticText>
113 <staticText>
114 <reportElement x="160" y="0" width="89" height="38"/>
115 <textElement verticalAlignment="Middle"/>
116 <text><![CDATA[W (cm at Gauge)]]></text>
117 </staticText>
118 </band>
119 </columnHeader>
120 <detail>
121 <band height="14" splitType="Stretch">
122 <textField isBlankWhenNull="true">
123 <reportElement x="0" y="0" width="79" height="14"/>
124 <textElement/>
125 <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
126 </textField>
127 <textField isBlankWhenNull="true">
128 <reportElement x="249" y="0" width="47" height="14"/>
129 <textElement/>
130 <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
131 </textField>
132 <textField isBlankWhenNull="true">
133 <reportElement x="79" y="0" width="81" height="14"/>
134 <textElement/>
135 <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
136 </textField>
137 <textField isBlankWhenNull="true">
138 <reportElement x="432" y="0" width="75" height="14"/>
139 <textElement/>
140 <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
141 </textField>
142 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
143 <reportElement stretchType="RelativeToBandHeight" x="632" y="0" width="130" height="14" isPrintWhenDetailOverflows="true"/>
144 <textElement/>
145 <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
146 </textField>
147 <textField isBlankWhenNull="true">
148 <reportElement x="507" y="0" width="80" height="14"/>
149 <textElement/>
150 <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
151 </textField>
152 <textField isBlankWhenNull="true">
153 <reportElement x="587" y="0" width="45" height="14"/>
154 <textElement/>
155 <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
156 </textField>
157 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
158 <reportElement stretchType="RelativeToBandHeight" x="296" y="0" width="136" height="14" isPrintWhenDetailOverflows="true"/>
159 <textElement/>
160 <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
161 </textField>
162 <textField isBlankWhenNull="true">
163 <reportElement x="160" y="0" width="89" height="14"/>
164 <textElement/>
165 <textFieldExpression><![CDATA[$F{Wcm1}]]></textFieldExpression>
166 </textField>
167 </band>
168 </detail>
169 <pageFooter>
170 <band height="29" splitType="Stretch">
171 <textField evaluationTime="Report">
172 <reportElement x="705" y="9" width="57" height="20"/>
173 <textElement/>
174 <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
175 </textField>
176 <textField>
177 <reportElement x="650" y="9" width="55" height="20"/>
178 <textElement textAlignment="Right"/>
179 <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
180 </textField>
181 </band>
182 </pageFooter>
183 <summary>
184 <band height="42" splitType="Stretch"/>
185 </summary>
186 </jasperReport>

http://dive4elements.wald.intevation.org