<?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="report2" language="groovy" pageWidth="595" pageHeight="842" columnWidth="595" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="1235a65b-56ae-4c5e-9b7e-31654863e26f">
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<queryString>
		<![CDATA[]]>
	</queryString>
	<field name="id" class="java.lang.Integer">
		<fieldDescription><![CDATA[id]]></fieldDescription>
	</field>
	<field name="valor" class="java.lang.String">
		<fieldDescription><![CDATA[valor]]></fieldDescription>
	</field>
	<field name="nome" class="java.lang.String">
		<fieldDescription><![CDATA[nome]]></fieldDescription>
	</field>
	<variable name="id_1" class="java.lang.Integer" resetType="Page" calculation="Sum">
		<variableExpression><![CDATA[$F{id}]]></variableExpression>
	</variable>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band splitType="Stretch"/>
	</title>
	<pageHeader>
		<band height="25" splitType="Stretch">
			<staticText>
				<reportElement uuid="275049e4-e39d-4afe-847d-2fa4175a9e9a" x="0" y="0" width="31" height="20"/>
				<textElement/>
				<text><![CDATA[id;]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="2f8ecd71-a72f-4491-aed6-f28575b474a8" x="31" y="0" width="409" height="20"/>
				<textElement/>
				<text><![CDATA[valor;]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="217c0abd-6d0e-4c69-9b9a-1e52a7dd160f" x="440" y="0" width="155" height="20"/>
				<textElement/>
				<text><![CDATA[nome]]></text>
			</staticText>
		</band>
	</pageHeader>
	<columnHeader>
		<band splitType="Stretch"/>
	</columnHeader>
	<detail>
		<band height="20" splitType="Stretch">
			<textField>
				<reportElement uuid="21dc7922-f1be-4f2d-a179-5d2ab57b7140" x="0" y="0" width="31" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{id}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement uuid="8c009ffc-dd87-45fb-8e99-5cdba726f0dd" x="31" y="0" width="409" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{valor}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement uuid="dc95dcea-93cf-4bb2-a69f-665594146be3" x="440" y="0" width="155" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{nome}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<columnFooter>
		<band splitType="Stretch"/>
	</columnFooter>
	<pageFooter>
		<band splitType="Stretch"/>
	</pageFooter>
	<summary>
		<band splitType="Stretch"/>
	</summary>
</jasperReport>
