comparison artifacts/doc/conf/jasper/sqmeasurements_en.jrxml @ 8579:b058b4f153d3

(issue1753) Add english measurements jasper template
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 16 Mar 2015 14:32:45 +0100
parents artifacts/doc/conf/jasper/sqmeasurements.jrxml@4eb1a3c71579
children c985b27e3a8c
comparison
equal deleted inserted replaced
8578:4eb1a3c71579 8579:b058b4f153d3
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="55"/>
5 <property name="ireport.y" value="0"/>
6 <subDataset name="dataset1"/>
7 <field name="date" class="java.lang.String"/>
8 <field name="param" class="java.lang.String"/>
9 <field name="transport" class="java.lang.String"/>
10 <field name="discharge" class="java.lang.String"/>
11 <field name="outlier" class="java.lang.String"/>
12 <background>
13 <band splitType="Stretch"/>
14 </background>
15 <title>
16 <band height="31" splitType="Stretch">
17 <staticText>
18 <reportElement x="0" y="1" width="177" height="30"/>
19 <textElement>
20 <font size="18"/>
21 </textElement>
22 <text><![CDATA[Basedata]]></text>
23 </staticText>
24 </band>
25 </title>
26 <columnHeader>
27 <band height="23" splitType="Stretch">
28 <line>
29 <reportElement x="0" y="19" width="515" height="1"/>
30 </line>
31 <staticText>
32 <reportElement x="0" y="0" width="60" height="20"/>
33 <textElement verticalAlignment="Middle"/>
34 <text><![CDATA[Parameter]]></text>
35 </staticText>
36 <staticText>
37 <reportElement x="60" y="0" width="115" height="20"/>
38 <textElement verticalAlignment="Middle"/>
39 <text><![CDATA[Transport in [kg/s]]]></text>
40 </staticText>
41 <staticText>
42 <reportElement x="175" y="0" width="115" height="20"/>
43 <textElement verticalAlignment="Middle"/>
44 <text><![CDATA[Discharge in [m³/s]]]></text>
45 </staticText>
46 <staticText>
47 <reportElement x="288" y="0" width="104" height="20"/>
48 <textElement verticalAlignment="Middle" markup="styled"/>
49 <text><![CDATA[Measurement Date]]></text>
50 </staticText>
51 <staticText>
52 <reportElement x="392" y="0" width="123" height="20"/>
53 <textElement textAlignment="Left" verticalAlignment="Middle" markup="styled"/>
54 <text><![CDATA[Outlier in Iteration]]></text>
55 </staticText>
56 </band>
57 </columnHeader>
58 <detail>
59 <band height="17" splitType="Stretch">
60 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
61 <reportElement stretchType="RelativeToBandHeight" x="288" y="0" width="104" height="14"/>
62 <textElement verticalAlignment="Middle"/>
63 <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
64 </textField>
65 <textField isBlankWhenNull="true">
66 <reportElement x="0" y="0" width="60" height="14"/>
67 <textElement textAlignment="Center" verticalAlignment="Middle"/>
68 <textFieldExpression><![CDATA[$F{param}]]></textFieldExpression>
69 </textField>
70 <textField isBlankWhenNull="true">
71 <reportElement x="60" y="0" width="115" height="14"/>
72 <textElement verticalAlignment="Middle"/>
73 <textFieldExpression><![CDATA[$F{transport}]]></textFieldExpression>
74 </textField>
75 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
76 <reportElement stretchType="RelativeToBandHeight" x="175" y="0" width="113" height="14"/>
77 <textElement verticalAlignment="Middle"/>
78 <textFieldExpression><![CDATA[$F{discharge}]]></textFieldExpression>
79 </textField>
80 <textField isStretchWithOverflow="true" isBlankWhenNull="true">
81 <reportElement stretchType="RelativeToBandHeight" x="392" y="0" width="123" height="14"/>
82 <textElement textAlignment="Left" verticalAlignment="Middle"/>
83 <textFieldExpression><![CDATA[$F{outlier}]]></textFieldExpression>
84 </textField>
85 </band>
86 </detail>
87 <pageFooter>
88 <band height="30" splitType="Stretch">
89 <textField evaluationTime="Report">
90 <reportElement x="458" y="9" width="57" height="20"/>
91 <textElement/>
92 <textFieldExpression><![CDATA[" / " + ($V{PAGE_NUMBER} + 1)]]></textFieldExpression>
93 </textField>
94 <textField>
95 <reportElement x="403" y="9" width="55" height="20"/>
96 <textElement textAlignment="Right"/>
97 <textFieldExpression><![CDATA[$V{PAGE_NUMBER} + 1]]></textFieldExpression>
98 </textField>
99 </band>
100 </pageFooter>
101 <summary>
102 <band height="42" splitType="Stretch"/>
103 </summary>
104 </jasperReport>

http://dive4elements.wald.intevation.org