diff artifacts/doc/conf/jasper/sqmeasurements_en.jrxml @ 8606:c985b27e3a8c

(issue1753) Align data columns to the right side.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 20 Mar 2015 18:58:38 +0100
parents b058b4f153d3
children
line wrap: on
line diff
--- a/artifacts/doc/conf/jasper/sqmeasurements_en.jrxml	Fri Mar 20 18:42:00 2015 +0100
+++ b/artifacts/doc/conf/jasper/sqmeasurements_en.jrxml	Fri Mar 20 18:58:38 2015 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
 	<property name="ireport.zoom" value="1.5"/>
-	<property name="ireport.x" value="55"/>
+	<property name="ireport.x" value="0"/>
 	<property name="ireport.y" value="0"/>
 	<subDataset name="dataset1"/>
 	<field name="date" class="java.lang.String"/>
@@ -35,17 +35,17 @@
 			</staticText>
 			<staticText>
 				<reportElement x="60" y="0" width="115" height="20"/>
-				<textElement verticalAlignment="Middle"/>
+				<textElement textAlignment="Right" verticalAlignment="Middle"/>
 				<text><![CDATA[Transport in [kg/s]]]></text>
 			</staticText>
 			<staticText>
-				<reportElement x="175" y="0" width="115" height="20"/>
-				<textElement verticalAlignment="Middle"/>
+				<reportElement x="175" y="0" width="102" height="20"/>
+				<textElement textAlignment="Right" verticalAlignment="Middle"/>
 				<text><![CDATA[Discharge in [m³/s]]]></text>
 			</staticText>
 			<staticText>
-				<reportElement x="288" y="0" width="104" height="20"/>
-				<textElement verticalAlignment="Middle" markup="styled"/>
+				<reportElement x="277" y="0" width="104" height="20"/>
+				<textElement textAlignment="Right" verticalAlignment="Middle" markup="styled"/>
 				<text><![CDATA[Measurement Date]]></text>
 			</staticText>
 			<staticText>
@@ -58,8 +58,8 @@
 	<detail>
 		<band height="17" splitType="Stretch">
 			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
-				<reportElement stretchType="RelativeToBandHeight" x="288" y="0" width="104" height="14"/>
-				<textElement verticalAlignment="Middle"/>
+				<reportElement stretchType="RelativeToBandHeight" x="277" y="0" width="104" height="14"/>
+				<textElement textAlignment="Right" verticalAlignment="Middle"/>
 				<textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
 			</textField>
 			<textField isBlankWhenNull="true">
@@ -69,12 +69,12 @@
 			</textField>
 			<textField isBlankWhenNull="true">
 				<reportElement x="60" y="0" width="115" height="14"/>
-				<textElement verticalAlignment="Middle"/>
+				<textElement textAlignment="Right" verticalAlignment="Middle"/>
 				<textFieldExpression><![CDATA[$F{transport}]]></textFieldExpression>
 			</textField>
 			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
-				<reportElement stretchType="RelativeToBandHeight" x="175" y="0" width="113" height="14"/>
-				<textElement verticalAlignment="Middle"/>
+				<reportElement stretchType="RelativeToBandHeight" x="175" y="0" width="102" height="14"/>
+				<textElement textAlignment="Right" verticalAlignment="Middle"/>
 				<textFieldExpression><![CDATA[$F{discharge}]]></textFieldExpression>
 			</textField>
 			<textField isStretchWithOverflow="true" isBlankWhenNull="true">

http://dive4elements.wald.intevation.org