comparison artifacts/doc/conf/jasper/reference.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="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 <background>
20 <band splitType="Stretch"/>
21 </background>
22 <title>
23 <band height="130" splitType="Stretch">
24 <staticText>
25 <reportElement x="0" y="1" width="166" height="30"/>
26 <textElement>
27 <font size="18"/>
28 </textElement>
29 <text><![CDATA[Ergebnisausgabe]]></text>
30 </staticText>
31 <textField>
32 <reportElement x="166" y="0" width="349" height="31"/>
33 <textElement>
34 <font size="18"/>
35 </textElement>
36 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
37 </textField>
38 <textField>
39 <reportElement x="0" y="31" width="515" height="26"/>
40 <textElement>
41 <font size="14"/>
42 </textElement>
43 <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
44 </textField>
45 <staticText>
46 <reportElement x="0" y="70" width="123" height="20"/>
47 <textElement/>
48 <text><![CDATA[Gewässer:]]></text>
49 </staticText>
50 <textField>
51 <reportElement x="123" y="70" width="392" height="20"/>
52 <textElement/>
53 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
54 </textField>
55 <staticText>
56 <reportElement x="0" y="90" width="123" height="20"/>
57 <textElement/>
58 <text><![CDATA[Datum der Erstellung:]]></text>
59 </staticText>
60 <textField>
61 <reportElement x="123" y="90" width="392" height="20"/>
62 <textElement/>
63 <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
64 </textField>
65 </band>
66 </title>
67 <columnHeader>
68 <band height="46" splitType="Stretch">
69 <line>
70 <reportElement x="0" y="38" width="515" height="1"/>
71 </line>
72 <staticText>
73 <reportElement x="0" y="0" width="50" height="38"/>
74 <textElement verticalAlignment="Middle"/>
75 <text><![CDATA[Fluss-Km]]></text>
76 </staticText>
77 <staticText>
78 <reportElement x="50" y="0" width="69" height="38"/>
79 <textElement verticalAlignment="Middle"/>
80 <text><![CDATA[W [m + NHN]]]></text>
81 </staticText>
82 <staticText>
83 <reportElement x="379" y="0" width="45" height="38"/>
84 <textElement verticalAlignment="Middle"/>
85 <text><![CDATA[gleichw.Q [m³/s]]]></text>
86 </staticText>
87 <staticText>
88 <reportElement x="424" y="0" width="85" height="38"/>
89 <textElement verticalAlignment="Middle"/>
90 <text><![CDATA[Lage]]></text>
91 </staticText>
92 <staticText>
93 <reportElement x="119" y="0" width="45" height="38"/>
94 <textElement verticalAlignment="Middle"/>
95 <text><![CDATA[gleichw.Q [m³/s]]]></text>
96 </staticText>
97 <staticText>
98 <reportElement x="307" y="0" width="72" height="38"/>
99 <textElement verticalAlignment="Middle"/>
100 <text><![CDATA[W [m + NHN]]]></text>
101 </staticText>
102 <staticText>
103 <reportElement x="247" y="0" width="60" height="38"/>
104 <textElement verticalAlignment="Middle"/>
105 <text><![CDATA[Fluss-Km]]></text>
106 </staticText>
107 <staticText>
108 <reportElement x="164" y="0" width="83" height="38"/>
109 <textElement verticalAlignment="Middle"/>
110 <text><![CDATA[Lage]]></text>
111 </staticText>
112 </band>
113 </columnHeader>
114 <detail>
115 <band height="14" splitType="Stretch">
116 <textField isBlankWhenNull="true">
117 <reportElement x="0" y="0" width="50" height="14"/>
118 <textElement/>
119 <textFieldExpression><![CDATA[$F{km1}]]></textFieldExpression>
120 </textField>
121 <textField isBlankWhenNull="true">
122 <reportElement x="119" y="0" width="45" height="14"/>
123 <textElement/>
124 <textFieldExpression><![CDATA[$F{Q1}]]></textFieldExpression>
125 </textField>
126 <textField isBlankWhenNull="true">
127 <reportElement x="50" y="0" width="69" height="14"/>
128 <textElement/>
129 <textFieldExpression><![CDATA[$F{W1}]]></textFieldExpression>
130 </textField>
131 <textField isBlankWhenNull="true">
132 <reportElement x="247" y="0" width="60" height="14"/>
133 <textElement/>
134 <textFieldExpression><![CDATA[$F{km2}]]></textFieldExpression>
135 </textField>
136 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
137 <reportElement stretchType="RelativeToBandHeight" x="424" y="0" width="85" height="14" isPrintWhenDetailOverflows="true"/>
138 <textElement/>
139 <textFieldExpression><![CDATA[$F{location2}]]></textFieldExpression>
140 </textField>
141 <textField isBlankWhenNull="true">
142 <reportElement x="307" y="0" width="72" height="14"/>
143 <textElement/>
144 <textFieldExpression><![CDATA[$F{W2}]]></textFieldExpression>
145 </textField>
146 <textField isBlankWhenNull="true">
147 <reportElement x="379" y="0" width="45" height="14"/>
148 <textElement/>
149 <textFieldExpression><![CDATA[$F{Q2}]]></textFieldExpression>
150 </textField>
151 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
152 <reportElement stretchType="RelativeToBandHeight" x="164" y="0" width="83" height="14" isPrintWhenDetailOverflows="true"/>
153 <textElement/>
154 <textFieldExpression><![CDATA[$F{location1}]]></textFieldExpression>
155 </textField>
156 </band>
157 </detail>
158 <pageFooter>
159 <band height="29" splitType="Stretch">
160 <textField evaluationTime="Report">
161 <reportElement x="458" y="9" width="57" height="20"/>
162 <textElement/>
163 <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
164 </textField>
165 <textField>
166 <reportElement x="403" y="9" width="55" height="20"/>
167 <textElement textAlignment="Right"/>
168 <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
169 </textField>
170 </band>
171 </pageFooter>
172 <summary>
173 <band height="42" splitType="Stretch"/>
174 </summary>
175 </jasperReport>

http://dive4elements.wald.intevation.org