comparison artifacts/doc/conf/jasper/waterlevel.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 ce325339e9ba
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="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="155" height="30"/>
24 <textElement>
25 <font size="18"/>
26 </textElement>
27 <text><![CDATA[Ergebnisausgabe]]></text>
28 </staticText>
29 <textField>
30 <reportElement x="155" y="0" width="360" 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[Gewässer:]]></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[Bezugspegel:]]></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[Datum der Erstellung:]]></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[Ort/Bereich:]]></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="60" height="20"/>
92 <textElement/>
93 <text><![CDATA[Fluss-Km]]></text>
94 </staticText>
95 <staticText>
96 <reportElement x="60" y="0" width="65" height="20"/>
97 <textElement/>
98 <text><![CDATA[W [NN + m]]]></text>
99 </staticText>
100 <staticText>
101 <reportElement x="125" y="0" width="65" height="20"/>
102 <textElement/>
103 <text><![CDATA[Q [m³/s]]]></text>
104 </staticText>
105 <staticText>
106 <reportElement x="190" y="0" width="85" height="20"/>
107 <textElement/>
108 <text><![CDATA[Bezeichnung]]></text>
109 </staticText>
110 <staticText>
111 <reportElement x="275" y="0" width="110" height="20"/>
112 <textElement/>
113 <text><![CDATA[Lage]]></text>
114 </staticText>
115 <staticText>
116 <reportElement x="385" y="0" width="130" height="20"/>
117 <textElement/>
118 <text><![CDATA[Bezugspegel]]></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="60" height="14"/>
126 <textElement/>
127 <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression>
128 </textField>
129 <textField isBlankWhenNull="true">
130 <reportElement x="60" y="0" width="65" height="14"/>
131 <textElement/>
132 <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
133 </textField>
134 <textField isBlankWhenNull="true">
135 <reportElement x="125" y="0" width="65" height="14"/>
136 <textElement/>
137 <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
138 </textField>
139 <textField isStretchWithOverflow="true" isBlankWhenNull="false">
140 <reportElement stretchType="RelativeToBandHeight" x="190" y="0" width="85" height="14"/>
141 <textElement/>
142 <textFieldExpression><![CDATA[$F{description}]]></textFieldExpression>
143 </textField>
144 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
145 <reportElement stretchType="RelativeToBandHeight" x="275" y="0" width="110" height="14" isPrintWhenDetailOverflows="true"/>
146 <textElement/>
147 <textFieldExpression><![CDATA[$F{location}]]></textFieldExpression>
148 </textField>
149 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
150 <reportElement stretchType="RelativeToBandHeight" x="385" y="0" width="130" 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>

http://dive4elements.wald.intevation.org