andre@8578: <?xml version="1.0" encoding="UTF-8"?>
andre@8578: <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">
andre@8578: 	<property name="ireport.zoom" value="1.5"/>
andre@8606: 	<property name="ireport.x" value="0"/>
andre@8578: 	<property name="ireport.y" value="0"/>
andre@8578: 	<subDataset name="dataset1"/>
andre@8578: 	<field name="date" class="java.lang.String"/>
andre@8578: 	<field name="param" class="java.lang.String"/>
andre@8578: 	<field name="transport" class="java.lang.String"/>
andre@8578: 	<field name="discharge" class="java.lang.String"/>
andre@8578: 	<field name="outlier" class="java.lang.String"/>
andre@8578: 	<background>
andre@8578: 		<band splitType="Stretch"/>
andre@8578: 	</background>
andre@8578: 	<title>
andre@8578: 		<band height="31" splitType="Stretch">
andre@8578: 			<staticText>
andre@8578: 				<reportElement x="0" y="1" width="177" height="30"/>
andre@8578: 				<textElement>
andre@8578: 					<font size="18"/>
andre@8578: 				</textElement>
andre@8578: 				<text><![CDATA[Basisdaten]]></text>
andre@8578: 			</staticText>
andre@8578: 		</band>
andre@8578: 	</title>
andre@8578: 	<columnHeader>
andre@8578: 		<band height="23" splitType="Stretch">
andre@8578: 			<line>
andre@8578: 				<reportElement x="0" y="19" width="515" height="1"/>
andre@8578: 			</line>
andre@8578: 			<staticText>
andre@8578: 				<reportElement x="0" y="0" width="60" height="20"/>
andre@8578: 				<textElement verticalAlignment="Middle"/>
andre@8578: 				<text><![CDATA[Parameter]]></text>
andre@8578: 			</staticText>
andre@8578: 			<staticText>
andre@8606: 				<reportElement x="60" y="0" width="100" height="20"/>
andre@8606: 				<textElement textAlignment="Right" verticalAlignment="Middle"/>
andre@8578: 				<text><![CDATA[Transport in [kg/s]]]></text>
andre@8578: 			</staticText>
andre@8578: 			<staticText>
andre@8606: 				<reportElement x="160" y="0" width="100" height="20"/>
andre@8606: 				<textElement textAlignment="Right" verticalAlignment="Middle"/>
andre@8578: 				<text><![CDATA[Abfluss in [m³/s]]]></text>
andre@8578: 			</staticText>
andre@8578: 			<staticText>
andre@8606: 				<reportElement x="260" y="0" width="122" height="20"/>
andre@8606: 				<textElement textAlignment="Right" verticalAlignment="Middle" markup="styled"/>
andre@8578: 				<text><![CDATA[Datum der Messung]]></text>
andre@8578: 			</staticText>
andre@8578: 			<staticText>
andre@8578: 				<reportElement x="392" y="0" width="123" height="20"/>
andre@8578: 				<textElement textAlignment="Left" verticalAlignment="Middle" markup="styled"/>
andre@8578: 				<text><![CDATA[Ausreißer in Durchgang]]></text>
andre@8578: 			</staticText>
andre@8578: 		</band>
andre@8578: 	</columnHeader>
andre@8578: 	<detail>
andre@8578: 		<band height="17" splitType="Stretch">
andre@8578: 			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
andre@8606: 				<reportElement stretchType="RelativeToBandHeight" x="260" y="0" width="122" height="14"/>
andre@8606: 				<textElement textAlignment="Right" verticalAlignment="Middle"/>
andre@8578: 				<textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
andre@8578: 			</textField>
andre@8578: 			<textField isBlankWhenNull="true">
andre@8578: 				<reportElement x="0" y="0" width="60" height="14"/>
andre@8578: 				<textElement textAlignment="Center" verticalAlignment="Middle"/>
andre@8578: 				<textFieldExpression><![CDATA[$F{param}]]></textFieldExpression>
andre@8578: 			</textField>
andre@8578: 			<textField isBlankWhenNull="true">
andre@8606: 				<reportElement x="60" y="0" width="100" height="14"/>
andre@8606: 				<textElement textAlignment="Right" verticalAlignment="Middle"/>
andre@8578: 				<textFieldExpression><![CDATA[$F{transport}]]></textFieldExpression>
andre@8578: 			</textField>
andre@8578: 			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
andre@8606: 				<reportElement stretchType="RelativeToBandHeight" x="160" y="0" width="100" height="14"/>
andre@8606: 				<textElement textAlignment="Right" verticalAlignment="Middle"/>
andre@8578: 				<textFieldExpression><![CDATA[$F{discharge}]]></textFieldExpression>
andre@8578: 			</textField>
andre@8578: 			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
andre@8578: 				<reportElement stretchType="RelativeToBandHeight" x="392" y="0" width="123" height="14"/>
andre@8578: 				<textElement textAlignment="Left" verticalAlignment="Middle"/>
andre@8578: 				<textFieldExpression><![CDATA[$F{outlier}]]></textFieldExpression>
andre@8578: 			</textField>
andre@8578: 		</band>
andre@8578: 	</detail>
andre@8578: 	<pageFooter>
andre@8578: 		<band height="30" splitType="Stretch">
andre@8578: 			<textField evaluationTime="Report">
andre@8578: 				<reportElement x="458" y="9" width="57" height="20"/>
andre@8578: 				<textElement/>
andre@8578: 				<textFieldExpression><![CDATA[" / " + ($V{PAGE_NUMBER} + 1)]]></textFieldExpression>
andre@8578: 			</textField>
andre@8578: 			<textField>
andre@8578: 				<reportElement x="403" y="9" width="55" height="20"/>
andre@8578: 				<textElement textAlignment="Right"/>
andre@8578: 				<textFieldExpression><![CDATA[$V{PAGE_NUMBER} + 1]]></textFieldExpression>
andre@8578: 			</textField>
andre@8578: 		</band>
andre@8578: 	</pageFooter>
andre@8578: 	<summary>
andre@8578: 		<band height="42" splitType="Stretch"/>
andre@8578: 	</summary>
andre@8578: </jasperReport>