comparison artifacts/doc/conf/jasper/computed-discharge.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="wUnit" class="java.lang.String"/>
13 <field name="gauge" class="java.lang.String"/>
14 <field name="datum" class="java.lang.String"/>
15 <field name="valid_since" class="java.lang.String"/>
16 <background>
17 <band splitType="Stretch"/>
18 </background>
19 <title>
20 <band height="195" splitType="Stretch">
21 <staticText>
22 <reportElement x="0" y="0" width="155" height="30"/>
23 <textElement>
24 <font size="18"/>
25 </textElement>
26 <text><![CDATA[Ergebnisausgabe]]></text>
27 </staticText>
28 <textField>
29 <reportElement x="155" y="0" width="360" height="30"/>
30 <textElement>
31 <font size="18"/>
32 </textElement>
33 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
34 </textField>
35 <textField>
36 <reportElement x="0" y="31" width="515" height="26"/>
37 <textElement>
38 <font size="14"/>
39 </textElement>
40 <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
41 </textField>
42 <staticText>
43 <reportElement x="0" y="70" width="123" height="20"/>
44 <textElement/>
45 <text><![CDATA[Gewässer:]]></text>
46 </staticText>
47 <textField>
48 <reportElement x="123" y="70" width="392" height="20"/>
49 <textElement/>
50 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
51 </textField>
52 <staticText>
53 <reportElement x="0" y="90" width="123" height="20"/>
54 <textElement/>
55 <text><![CDATA[Datum der Erstellung:]]></text>
56 </staticText>
57 <textField>
58 <reportElement x="123" y="90" width="392" height="20"/>
59 <textElement/>
60 <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
61 </textField>
62 <staticText>
63 <reportElement x="0" y="110" width="123" height="20"/>
64 <textElement/>
65 <text><![CDATA[Ort/Bereich:]]></text>
66 </staticText>
67 <textField>
68 <reportElement x="123" y="110" width="392" height="20"/>
69 <textElement/>
70 <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
71 </textField>
72 <staticText>
73 <reportElement x="0" y="130" width="123" height="20" isRemoveLineWhenBlank="true">
74 <printWhenExpression><![CDATA[!$F{gauge}.isEmpty()]]></printWhenExpression>
75 </reportElement>
76 <textElement/>
77 <text><![CDATA[Pegel:]]></text>
78 </staticText>
79 <textField>
80 <reportElement x="123" y="150" width="392" height="20" isRemoveLineWhenBlank="true"/>
81 <textElement/>
82 <textFieldExpression><![CDATA[$F{datum}]]></textFieldExpression>
83 </textField>
84 <staticText>
85 <reportElement x="0" y="150" width="123" height="20" isRemoveLineWhenBlank="true">
86 <printWhenExpression><![CDATA[!$F{datum}.isEmpty()]]></printWhenExpression>
87 </reportElement>
88 <textElement/>
89 <text><![CDATA[Pegelnullpunkt:]]></text>
90 </staticText>
91 <textField>
92 <reportElement x="123" y="130" width="392" height="20" isRemoveLineWhenBlank="true"/>
93 <textElement/>
94 <textFieldExpression><![CDATA[$F{gauge}]]></textFieldExpression>
95 </textField>
96 <textField>
97 <reportElement x="123" y="170" width="392" height="20" isRemoveLineWhenBlank="true"/>
98 <textElement/>
99 <textFieldExpression><![CDATA[$F{valid_since}]]></textFieldExpression>
100 </textField>
101 <staticText>
102 <reportElement x="0" y="170" width="123" height="20" isRemoveLineWhenBlank="true">
103 <printWhenExpression><![CDATA[!$F{valid_since}.isEmpty()]]></printWhenExpression>
104 </reportElement>
105 <textElement/>
106 <text><![CDATA[Gültig seit:]]></text>
107 </staticText>
108 </band>
109 </title>
110 <columnHeader>
111 <band height="25" splitType="Stretch">
112 <line>
113 <reportElement x="0" y="19" width="515" height="1"/>
114 </line>
115 <staticText>
116 <reportElement x="155" y="0" width="150" height="20"/>
117 <textElement/>
118 <text><![CDATA[Q [m³/s]]]></text>
119 </staticText>
120 <textField>
121 <reportElement x="0" y="0" width="155" height="20"/>
122 <textElement/>
123 <textFieldExpression><![CDATA["W [" + $F{wUnit} + "]"]]></textFieldExpression>
124 </textField>
125 </band>
126 </columnHeader>
127 <detail>
128 <band height="14" splitType="Stretch">
129 <textField isBlankWhenNull="true">
130 <reportElement x="0" y="0" width="155" height="14"/>
131 <textElement/>
132 <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
133 </textField>
134 <textField isBlankWhenNull="true">
135 <reportElement x="155" y="0" width="150" height="14"/>
136 <textElement/>
137 <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
138 </textField>
139 </band>
140 </detail>
141 <pageFooter>
142 <band height="29" splitType="Stretch">
143 <textField evaluationTime="Report">
144 <reportElement x="458" y="9" width="57" height="20"/>
145 <textElement/>
146 <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
147 </textField>
148 <textField>
149 <reportElement x="403" y="9" width="55" height="20"/>
150 <textElement textAlignment="Right"/>
151 <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
152 </textField>
153 </band>
154 </pageFooter>
155 <summary>
156 <band height="42" splitType="Stretch"/>
157 </summary>
158 </jasperReport>

http://dive4elements.wald.intevation.org