Mercurial > dive4elements > river
comparison artifacts/doc/conf/jasper/wdifferences_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="W" 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 <background> | |
13 <band splitType="Stretch"/> | |
14 </background> | |
15 <title> | |
16 <band height="161" splitType="Stretch"> | |
17 <staticText> | |
18 <reportElement x="0" y="1" width="180" height="30"/> | |
19 <textElement> | |
20 <font size="18"/> | |
21 </textElement> | |
22 <text><![CDATA[Calculation result]]></text> | |
23 </staticText> | |
24 <textField> | |
25 <reportElement x="180" y="0" width="335" height="31"/> | |
26 <textElement> | |
27 <font size="18"/> | |
28 </textElement> | |
29 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression> | |
30 </textField> | |
31 <textField> | |
32 <reportElement x="0" y="31" width="515" height="26"/> | |
33 <textElement> | |
34 <font size="14"/> | |
35 </textElement> | |
36 <textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression> | |
37 </textField> | |
38 <staticText> | |
39 <reportElement x="0" y="70" width="123" height="20"/> | |
40 <textElement/> | |
41 <text><![CDATA[River:]]></text> | |
42 </staticText> | |
43 <textField> | |
44 <reportElement x="123" y="70" width="392" height="20"/> | |
45 <textElement/> | |
46 <textFieldExpression><![CDATA[$F{river}]]></textFieldExpression> | |
47 </textField> | |
48 <staticText> | |
49 <reportElement x="0" y="90" width="123" height="20"/> | |
50 <textElement/> | |
51 <text><![CDATA[Date of creation:]]></text> | |
52 </staticText> | |
53 <textField> | |
54 <reportElement x="123" y="90" width="392" height="20"/> | |
55 <textElement/> | |
56 <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression> | |
57 </textField> | |
58 <staticText> | |
59 <reportElement x="0" y="110" width="123" height="20"/> | |
60 <textElement/> | |
61 <text><![CDATA[Differences:]]></text> | |
62 </staticText> | |
63 <textField isStretchWithOverflow="true"> | |
64 <reportElement stretchType="RelativeToTallestObject" x="123" y="110" width="392" height="20"/> | |
65 <textElement/> | |
66 <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression> | |
67 </textField> | |
68 </band> | |
69 </title> | |
70 <columnHeader> | |
71 <band height="24" splitType="Stretch"> | |
72 <line> | |
73 <reportElement x="0" y="19" width="555" height="1"/> | |
74 </line> | |
75 <staticText> | |
76 <reportElement x="0" y="0" width="155" height="20"/> | |
77 <textElement/> | |
78 <text><![CDATA[River-Km]]></text> | |
79 </staticText> | |
80 <staticText> | |
81 <reportElement x="155" y="0" width="150" height="20"/> | |
82 <textElement/> | |
83 <text><![CDATA[m]]></text> | |
84 </staticText> | |
85 </band> | |
86 </columnHeader> | |
87 <detail> | |
88 <band height="14" splitType="Stretch"> | |
89 <textField isBlankWhenNull="true"> | |
90 <reportElement x="0" y="0" width="155" height="14"/> | |
91 <textElement/> | |
92 <textFieldExpression><![CDATA[$F{km}]]></textFieldExpression> | |
93 </textField> | |
94 <textField isBlankWhenNull="true"> | |
95 <reportElement x="155" y="0" width="150" height="14"/> | |
96 <textElement/> | |
97 <textFieldExpression><![CDATA[$F{W}]]></textFieldExpression> | |
98 </textField> | |
99 </band> | |
100 </detail> | |
101 <pageFooter> | |
102 <band height="29" splitType="Stretch"> | |
103 <textField evaluationTime="Report"> | |
104 <reportElement x="468" y="9" width="57" height="20"/> | |
105 <textElement/> | |
106 <textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression> | |
107 </textField> | |
108 <textField> | |
109 <reportElement x="413" y="9" width="55" height="20"/> | |
110 <textElement textAlignment="Right"/> | |
111 <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression> | |
112 </textField> | |
113 </band> | |
114 </pageFooter> | |
115 <summary> | |
116 <band height="42" splitType="Stretch"/> | |
117 </summary> | |
118 </jasperReport> |