Mercurial > dive4elements > river
comparison artifacts/doc/conf/jasper/templates/uinfo.vegetationzones.jrxml @ 9006:7134a4c7d1b6
U-Info S-Info general work
author | gernotbelger |
---|---|
date | Tue, 17 Apr 2018 13:20:25 +0200 |
parents | c38098b15427 |
children | 59cf6e6a452d |
comparison
equal
deleted
inserted
replaced
9005:460fcc128794 | 9006:7134a4c7d1b6 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- Created with Jaspersoft Studio version 6.5.1.final using JasperReports Library version 4.5.0 --> | 2 <!-- Created with Jaspersoft Studio version 6.5.1.final using JasperReports Library version 4.5.0 --> |
3 <!-- 2018-04-10T16:12:10 --> | 3 <!-- 2018-04-16T11:38:36 --> |
4 <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="545" leftMargin="30" rightMargin="20" topMargin="20" bottomMargin="20"> | 4 <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="545" leftMargin="30" rightMargin="20" topMargin="20" bottomMargin="20"> |
5 <property name="ireport.zoom" value="1.0"/> | 5 <property name="ireport.zoom" value="1.0"/> |
6 <property name="ireport.x" value="0"/> | 6 <property name="ireport.x" value="0"/> |
7 <property name="ireport.y" value="0"/> | 7 <property name="ireport.y" value="0"/> |
8 <property name="com.jaspersoft.studio.data.defaultdataadapter" value="One Empty Record"/> | |
9 <style name="htmlStyle" isDefault="true" mode="Transparent" markup="html"/> | 8 <style name="htmlStyle" isDefault="true" mode="Transparent" markup="html"/> |
10 <field name="meta:header" class="java.lang.String"/> | 9 <field name="meta:header" class="java.lang.String"/> |
11 <field name="meta:calcMode" class="java.lang.String"/> | 10 <field name="meta:calcMode" class="java.lang.String"/> |
12 <field name="meta:version_label" class="java.lang.String"/> | 11 <field name="meta:version_label" class="java.lang.String"/> |
13 <field name="meta:version" class="java.lang.String"/> | 12 <field name="meta:version" class="java.lang.String"/> |
50 <field name="meta:gauge_header" class="java.lang.String"/> | 49 <field name="meta:gauge_header" class="java.lang.String"/> |
51 <field name="meta:bedheight_header" class="java.lang.String"/> | 50 <field name="meta:bedheight_header" class="java.lang.String"/> |
52 <field name="meta:sounding_name_header" class="java.lang.String"/> | 51 <field name="meta:sounding_name_header" class="java.lang.String"/> |
53 <field name="meta:location_header" class="java.lang.String"/> | 52 <field name="meta:location_header" class="java.lang.String"/> |
54 <field name="meta:river_unit" class="java.lang.String"/> | 53 <field name="meta:river_unit" class="java.lang.String"/> |
54 <field name="meta:veg_name" class="java.lang.String"/> | |
55 <field name="meta:veg_dauervon" class="java.lang.String"/> | |
56 <field name="meta:veg_dauerbis" class="java.lang.String"/> | |
55 <field name="data:0" class="java.lang.String"/> | 57 <field name="data:0" class="java.lang.String"/> |
56 <field name="data:1" class="java.lang.String"/> | 58 <field name="data:1" class="java.lang.String"/> |
57 <field name="data:2" class="java.lang.String"/> | 59 <field name="data:2" class="java.lang.String"/> |
58 <field name="data:3" class="java.lang.String"/> | |
59 <field name="data:4" class="java.lang.String"/> | |
60 <field name="data:5" class="java.lang.String"/> | |
61 <field name="data:6" class="java.lang.String"/> | |
62 <field name="data:7" class="java.lang.String"/> | |
63 <field name="data:8" class="java.lang.String"/> | |
64 <background> | 60 <background> |
65 <band splitType="Stretch"/> | 61 <band splitType="Stretch"/> |
66 </background> | 62 </background> |
67 <title> | 63 <title> |
68 <band height="169" splitType="Stretch"> | 64 <band height="169" splitType="Stretch"> |
120 </band> | 116 </band> |
121 </title> | 117 </title> |
122 <columnHeader> | 118 <columnHeader> |
123 <band height="25" splitType="Stretch"> | 119 <band height="25" splitType="Stretch"> |
124 <textField isStretchWithOverflow="true"> | 120 <textField isStretchWithOverflow="true"> |
125 <reportElement style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="0" y="0" width="80" height="24"/> | 121 <reportElement style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="0" y="0" width="140" height="24"/> |
122 <box padding="5"/> | |
123 <textElement verticalAlignment="Bottom"/> | |
124 <textFieldExpression><![CDATA[$F{meta:veg_name}]]></textFieldExpression> | |
125 </textField> | |
126 <textField isStretchWithOverflow="true"> | |
127 <reportElement style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="140" y="0" width="140" height="24"/> | |
126 <box padding="5"/> | 128 <box padding="5"/> |
127 <textElement textAlignment="Right" verticalAlignment="Bottom"/> | 129 <textElement textAlignment="Right" verticalAlignment="Bottom"/> |
128 <textFieldExpression><![CDATA[$F{meta:station_header}]]></textFieldExpression> | 130 <textFieldExpression><![CDATA[$F{meta:veg_dauervon}]]></textFieldExpression> |
129 </textField> | 131 </textField> |
130 <textField isStretchWithOverflow="true"> | 132 <textField isStretchWithOverflow="true"> |
131 <reportElement style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="80" y="0" width="90" height="24"/> | 133 <reportElement key="" style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="280" y="0" width="140" height="24"/> |
132 <box padding="5"/> | 134 <box padding="5"/> |
133 <textElement textAlignment="Right" verticalAlignment="Bottom"/> | 135 <textElement textAlignment="Right" verticalAlignment="Bottom"/> |
134 <textFieldExpression><![CDATA[$F{meta:tkh_header} + "<br/>[cm]"]]></textFieldExpression> | 136 <textFieldExpression><![CDATA[$F{meta:veg_dauerbis}]]></textFieldExpression> |
135 </textField> | |
136 <textField isStretchWithOverflow="true"> | |
137 <reportElement key="" style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="170" y="0" width="140" height="24"/> | |
138 <box padding="5"/> | |
139 <textElement verticalAlignment="Bottom"/> | |
140 <textFieldExpression><![CDATA[$F{meta:tkhkind_header}]]></textFieldExpression> | |
141 </textField> | 137 </textField> |
142 <line> | 138 <line> |
143 <reportElement style="htmlStyle" positionType="FixRelativeToBottom" x="0" y="24" width="550" height="1"/> | 139 <reportElement style="htmlStyle" positionType="FixRelativeToBottom" x="0" y="24" width="550" height="1"/> |
144 </line> | 140 </line> |
145 </band> | 141 </band> |
146 </columnHeader> | 142 </columnHeader> |
147 <detail> | 143 <detail> |
148 <band height="20" splitType="Prevent"> | 144 <band height="20" splitType="Prevent"> |
149 <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | 145 <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
150 <reportElement style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="0" y="0" width="80" height="20"/> | 146 <reportElement style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="0" y="0" width="140" height="20"/> |
151 <box topPadding="5" leftPadding="5" bottomPadding="0" rightPadding="5"> | 147 <box topPadding="5" leftPadding="5" bottomPadding="0" rightPadding="5"> |
152 <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 148 <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
153 <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 149 <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
154 <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 150 <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
155 <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 151 <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
156 </box> | 152 </box> |
157 <textElement textAlignment="Right" verticalAlignment="Top"/> | 153 <textElement verticalAlignment="Top"/> |
158 <textFieldExpression><![CDATA[$F{data:0}]]></textFieldExpression> | 154 <textFieldExpression><![CDATA[$F{data:0}]]></textFieldExpression> |
159 </textField> | 155 </textField> |
160 <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | 156 <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
161 <reportElement style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="80" y="0" width="90" height="20"/> | 157 <reportElement style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="140" y="0" width="140" height="20"/> |
162 <box topPadding="5" leftPadding="5" bottomPadding="0" rightPadding="5"> | 158 <box topPadding="5" leftPadding="5" bottomPadding="0" rightPadding="5"> |
163 <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 159 <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
164 <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 160 <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
165 <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 161 <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
166 <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 162 <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
167 </box> | 163 </box> |
168 <textElement textAlignment="Right"/> | 164 <textElement textAlignment="Right"/> |
169 <textFieldExpression><![CDATA[$F{data:1}]]></textFieldExpression> | 165 <textFieldExpression><![CDATA[$F{data:1}]]></textFieldExpression> |
170 </textField> | 166 </textField> |
171 <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | 167 <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
172 <reportElement key="" style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="170" y="0" width="140" height="20"/> | 168 <reportElement key="" style="htmlStyle" positionType="Float" stretchType="RelativeToBandHeight" x="280" y="0" width="140" height="20"/> |
173 <box topPadding="5" leftPadding="5" bottomPadding="0" rightPadding="5"> | 169 <box topPadding="5" leftPadding="5" bottomPadding="0" rightPadding="5"> |
174 <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 170 <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
175 <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 171 <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
176 <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 172 <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
177 <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | 173 <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
178 </box> | 174 </box> |
179 <textElement textAlignment="Left"/> | 175 <textElement textAlignment="Right"/> |
180 <textFieldExpression><![CDATA[$F{data:2}]]></textFieldExpression> | 176 <textFieldExpression><![CDATA[$F{data:2}]]></textFieldExpression> |
181 </textField> | 177 </textField> |
182 </band> | 178 </band> |
183 </detail> | 179 </detail> |
184 <pageFooter> | 180 <pageFooter> |