diff artifacts/doc/conf/jasper/beddifference.jrxml @ 7915:931dffefc3dd

flys/issue1628: Adjusted the PDF export.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 04 Jun 2014 15:34:22 +0200
parents df9ac27d6b74
children c0843a658474
line wrap: on
line diff
--- a/artifacts/doc/conf/jasper/beddifference.jrxml	Wed Jun 04 13:06:52 2014 +0200
+++ b/artifacts/doc/conf/jasper/beddifference.jrxml	Wed Jun 04 15:34:22 2014 +0200
@@ -11,20 +11,22 @@
 	<field name="km" class="java.lang.String"/>
 	<field name="ye_mode" class="java.lang.String"/>
 	<field name="unit" class="java.lang.String"/>
+	<field name="diffpairheader" class="java.lang.String"/>
+	<field name="diffpair" 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="177" height="30"/>
 				<textElement>
 					<font size="18"/>
 				</textElement>
 				<text><![CDATA[Ergebnisausgabe]]></text>
 			</staticText>
 			<textField>
-				<reportElement x="155" y="0" width="360" height="31"/>
+				<reportElement x="177" y="0" width="338" height="31"/>
 				<textElement>
 					<font size="18"/>
 				</textElement>
@@ -94,10 +96,15 @@
 				<textElement markup="none"/>
 				<textFieldExpression><![CDATA[$F{unit}]]></textFieldExpression>
 			</textField>
+			<textField>
+				<reportElement x="305" y="4" width="140" height="20"/>
+				<textElement/>
+				<textFieldExpression><![CDATA[$F{diffpairheader}]]></textFieldExpression>
+			</textField>
 		</band>
 	</columnHeader>
 	<detail>
-		<band height="14" splitType="Stretch">
+		<band height="18" splitType="Stretch">
 			<textField isBlankWhenNull="true">
 				<reportElement x="0" y="0" width="155" height="14"/>
 				<textElement/>
@@ -108,6 +115,11 @@
 				<textElement/>
 				<textFieldExpression><![CDATA[$F{meter}]]></textFieldExpression>
 			</textField>
+			<textField isBlankWhenNull="true">
+				<reportElement x="305" y="0" width="97" height="14"/>
+				<textElement/>
+				<textFieldExpression><![CDATA[$F{diffpair}]]></textFieldExpression>
+			</textField>
 		</band>
 	</detail>
 	<pageFooter>

http://dive4elements.wald.intevation.org