diff artifacts/doc/conf/jasper/beddifference.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 9ab8b1146ac4
children ff33c24c2b64
line wrap: on
line diff
--- a/artifacts/doc/conf/jasper/beddifference.jrxml	Mon Mar 16 17:08:04 2015 +0100
+++ b/artifacts/doc/conf/jasper/beddifference.jrxml	Mon Mar 16 17:38:08 2015 +0100
@@ -21,11 +21,12 @@
 	<field name="gap1" class="java.lang.String"/>
 	<field name="gap2header" class="java.lang.String"/>
 	<field name="gap2" class="java.lang.String"/>
+	<field name="range" class="java.lang.String"/>
 	<background>
 		<band splitType="Stretch"/>
 	</background>
 	<title>
-		<band height="161" splitType="Stretch">
+		<band height="155" splitType="Stretch">
 			<staticText>
 				<reportElement x="0" y="1" width="177" height="30"/>
 				<textElement>
@@ -77,6 +78,16 @@
 				<textElement/>
 				<textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
 			</textField>
+			<textField>
+				<reportElement x="123" y="129" width="392" height="20"/>
+				<textElement/>
+				<textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+			</textField>
+			<staticText>
+				<reportElement x="0" y="129" width="123" height="20"/>
+				<textElement/>
+				<text><![CDATA[Bereich:]]></text>
+			</staticText>
 		</band>
 	</title>
 	<columnHeader>

http://dive4elements.wald.intevation.org