diff artifacts/doc/conf/jasper/wdifferences.jrxml @ 8584:ce325339e9ba

(issue1754) Add range to W / Bed difference export. This also fixes the Title layout in waterlevel report and removes the year/epoch field from the english beddifference report.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 16 Mar 2015 17:38:08 +0100
parents 138feb491c8a
children
line wrap: on
line diff
--- a/artifacts/doc/conf/jasper/wdifferences.jrxml	Mon Mar 16 17:08:04 2015 +0100
+++ b/artifacts/doc/conf/jasper/wdifferences.jrxml	Mon Mar 16 17:38:08 2015 +0100
@@ -9,20 +9,21 @@
 	<field name="calculation" class="java.lang.String"/>
 	<field name="differences" class="java.lang.String"/>
 	<field name="km" class="java.lang.String"/>
+	<field name="range" class="java.lang.String"/>
 	<background>
 		<band splitType="Stretch"/>
 	</background>
 	<title>
 		<band height="161" splitType="Stretch">
 			<staticText>
-				<reportElement x="0" y="1" width="155" height="30"/>
+				<reportElement x="0" y="1" width="165" height="30"/>
 				<textElement>
 					<font size="18"/>
 				</textElement>
 				<text><![CDATA[Ergebnisausgabe]]></text>
 			</staticText>
 			<textField>
-				<reportElement x="155" y="0" width="360" height="31"/>
+				<reportElement x="165" y="0" width="350" height="31"/>
 				<textElement>
 					<font size="18"/>
 				</textElement>
@@ -65,6 +66,16 @@
 				<textElement/>
 				<textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
 			</textField>
+			<textField>
+				<reportElement x="123" y="130" width="392" height="20"/>
+				<textElement/>
+				<textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+			</textField>
+			<staticText>
+				<reportElement x="0" y="130" width="123" height="20"/>
+				<textElement/>
+				<text><![CDATA[Bereich:]]></text>
+			</staticText>
 		</band>
 	</title>
 	<columnHeader>

http://dive4elements.wald.intevation.org