comparison artifacts/doc/conf/jasper/duration.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="day" class="java.lang.String"/>
13 <background>
14 <band splitType="Stretch"/>
15 </background>
16 <title>
17 <band height="162" splitType="Stretch">
18 <staticText>
19 <reportElement x="0" y="1" width="155" height="30"/>
20 <textElement>
21 <font size="18"/>
22 </textElement>
23 <text><![CDATA[Ergebnisausgabe]]></text>
24 </staticText>
25 <textField>
26 <reportElement x="155" y="0" width="360" height="31"/>
27 <textElement>
28 <font size="18"/>
29 </textElement>
30 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
31 </textField>
32 <textField>
33 <reportElement x="0" y="31" width="515" height="26"/>
34 <textElement>
35 <font size="14"/>
36 </textElement>
37 <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
38 </textField>
39 <staticText>
40 <reportElement x="0" y="70" width="123" height="20"/>
41 <textElement/>
42 <text><![CDATA[Gewässer:]]></text>
43 </staticText>
44 <textField>
45 <reportElement x="123" y="70" width="392" height="20"/>
46 <textElement/>
47 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
48 </textField>
49 <staticText>
50 <reportElement x="0" y="90" width="123" height="20"/>
51 <textElement/>
52 <text><![CDATA[Datum der Erstellung:]]></text>
53 </staticText>
54 <textField>
55 <reportElement x="123" y="90" width="392" height="20"/>
56 <textElement/>
57 <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
58 </textField>
59 <staticText>
60 <reportElement x="0" y="110" width="123" height="20"/>
61 <textElement/>
62 <text><![CDATA[Ort/Bereich:]]></text>
63 </staticText>
64 <textField>
65 <reportElement x="123" y="110" width="392" height="20"/>
66 <textElement/>
67 <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
68 </textField>
69 </band>
70 </title>
71 <columnHeader>
72 <band height="25" splitType="Stretch">
73 <line>
74 <reportElement x="0" y="19" width="515" height="1"/>
75 </line>
76 <staticText>
77 <reportElement x="0" y="0" width="155" height="20"/>
78 <textElement/>
79 <text><![CDATA[W [NN + m]]]></text>
80 </staticText>
81 <staticText>
82 <reportElement x="155" y="0" width="150" height="20"/>
83 <textElement/>
84 <text><![CDATA[Q [m³/s]]]></text>
85 </staticText>
86 <staticText>
87 <reportElement x="305" y="0" width="138" height="20"/>
88 <textElement/>
89 <text><![CDATA[D [Tagen]]]></text>
90 </staticText>
91 </band>
92 </columnHeader>
93 <detail>
94 <band height="14" splitType="Stretch">
95 <textField isBlankWhenNull="true">
96 <reportElement x="0" y="0" width="155" height="14"/>
97 <textElement/>
98 <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
99 </textField>
100 <textField isBlankWhenNull="true">
101 <reportElement x="155" y="0" width="150" height="14"/>
102 <textElement/>
103 <textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
104 </textField>
105 <textField>
106 <reportElement x="305" y="0" width="138" height="14"/>
107 <textElement/>
108 <textFieldExpression><![CDATA[$F{day}]]></textFieldExpression>
109 </textField>
110 </band>
111 </detail>
112 <pageFooter>
113 <band height="29" splitType="Stretch">
114 <textField evaluationTime="Report">
115 <reportElement x="458" y="9" width="57" height="20"/>
116 <textElement/>
117 <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
118 </textField>
119 <textField>
120 <reportElement x="403" y="9" width="55" height="20"/>
121 <textElement textAlignment="Right"/>
122 <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
123 </textField>
124 </band>
125 </pageFooter>
126 <summary>
127 <band height="42" splitType="Stretch"/>
128 </summary>
129 </jasperReport>

http://dive4elements.wald.intevation.org