comparison artifacts/doc/conf/jasper/beddifference_en.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="meter" class="java.lang.String"/>
8 <field name="date" class="java.lang.String"/>
9 <field name="calculation" class="java.lang.String"/>
10 <field name="differences" class="java.lang.String"/>
11 <field name="km" class="java.lang.String"/>
12 <field name="ye_mode" class="java.lang.String"/>
13 <background>
14 <band splitType="Stretch"/>
15 </background>
16 <title>
17 <band height="161" 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[Calculation result]]></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[River:]]></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[Date of creation:]]></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="130" width="123" height="20"/>
61 <textElement/>
62 <text><![CDATA[Differences:]]></text>
63 </staticText>
64 <textField isStretchWithOverflow="true">
65 <reportElement stretchType="RelativeToTallestObject" x="123" y="130" width="392" height="20"/>
66 <textElement/>
67 <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
68 </textField>
69 <textField isStretchWithOverflow="true">
70 <reportElement stretchType="RelativeToTallestObject" x="123" y="110" width="392" height="20"/>
71 <textElement/>
72 <textFieldExpression><![CDATA[$F{ye_mode}]]></textFieldExpression>
73 </textField>
74 <staticText>
75 <reportElement x="0" y="110" width="123" height="20"/>
76 <textElement/>
77 <text><![CDATA[Year/Epoch:]]></text>
78 </staticText>
79 </band>
80 </title>
81 <columnHeader>
82 <band height="24" splitType="Stretch">
83 <line>
84 <reportElement x="0" y="19" width="515" height="1"/>
85 </line>
86 <staticText>
87 <reportElement x="0" y="0" width="155" height="20"/>
88 <textElement/>
89 <text><![CDATA[River-Km]]></text>
90 </staticText>
91 <staticText>
92 <reportElement x="155" y="0" width="150" height="20"/>
93 <textElement/>
94 <text><![CDATA[Difference [m]]]></text>
95 </staticText>
96 </band>
97 </columnHeader>
98 <detail>
99 <band height="14" splitType="Stretch">
100 <textField isBlankWhenNull="true">
101 <reportElement x="0" y="0" width="155" height="14"/>
102 <textElement/>
103 <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression>
104 </textField>
105 <textField isBlankWhenNull="true">
106 <reportElement x="155" y="0" width="150" height="14"/>
107 <textElement/>
108 <textFieldExpression><![CDATA[$F{meter}]]></textFieldExpression>
109 </textField>
110 </band>
111 </detail>
112 <pageFooter>
113 <band height="29" splitType="Stretch">
114 <textField evaluationTime="Report">
115 <reportElement x="457" y="9" width="57" height="20"/>
116 <textElement/>
117 <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
118 </textField>
119 <textField>
120 <reportElement x="402" 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