<?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="NOTA_CONTRATO_LOCACAO_BENS" pageWidth="555" pageHeight="802" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="80889cfd-637e-42b0-a2e2-7859e0549694">
	<property name="ireport.zoom" value="1.4641000000000008"/>
	<property name="ireport.x" value="5"/>
	<property name="ireport.y" value="0"/>
	<field name="CODIGO_ATIVO" class="java.lang.String">
		<fieldDescription><![CDATA[ativo.codigo]]></fieldDescription>
	</field>
	<field name="ATIVO" class="java.lang.String">
		<fieldDescription><![CDATA[ativo.nome]]></fieldDescription>
	</field>
	<field name="VALOR_TOTAL" class="java.lang.Number">
		<fieldDescription><![CDATA[valor]]></fieldDescription>
	</field>
	<variable name="SUM_VALOR" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_TOTAL}]]></variableExpression>
	</variable>
	<columnHeader>
		<band height="27">
			<rectangle>
				<reportElement uuid="032c8b98-25ff-467b-882c-61e0090fec8b" x="0" y="15" width="125" height="12"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<rectangle>
				<reportElement uuid="c9d663cc-b3aa-48b6-968b-3f4013976992" x="427" y="15" width="128" height="12"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<rectangle>
				<reportElement uuid="55d05bfa-964a-4aab-9be6-04639eb1f4fa" x="0" y="0" width="555" height="12"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<rectangle>
				<reportElement uuid="1202f9ba-beb9-4a9c-9400-0e7bd28cf3b2" x="125" y="15" width="302" height="12"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<staticText>
				<reportElement uuid="d484ba97-fa40-47f4-9a9c-7317ce31361b" x="427" y="15" width="125" height="12"/>
				<textElement textAlignment="Right">
					<font size="9" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[VALOR ]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="a92f90cf-aa85-4088-a6ab-c7abcff11e97" x="0" y="0" width="555" height="12"/>
				<textElement textAlignment="Center">
					<font size="9" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[DADOS DO(S) BEM(NS)]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="a1bf7529-d2f3-419f-acd7-bdff5a09678a" x="0" y="15" width="125" height="12"/>
				<textElement textAlignment="Center">
					<font size="9" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[CÓDIGO]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="7de85cc6-1587-4045-a190-45e8da3a944f" x="125" y="15" width="302" height="12"/>
				<textElement textAlignment="Center">
					<font size="9" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[BEM]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="12" splitType="Stretch">
			<textField>
				<reportElement uuid="90824549-e486-422c-bd78-35222f34cee6" x="0" y="0" width="125" height="12"/>
				<textElement textAlignment="Center">
					<font size="9"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{CODIGO_ATIVO}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement uuid="a8de58b5-6dd6-4247-a7e7-96e8d985c7ee" x="125" y="0" width="302" height="12"/>
				<textElement textAlignment="Center">
					<font size="9"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{ATIVO}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00">
				<reportElement uuid="11463ce4-e87b-41c0-bb10-a9f6d52c1fa8" x="427" y="0" width="125" height="12"/>
				<textElement textAlignment="Right">
					<font size="9"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_TOTAL}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<summary>
		<band height="15">
			<staticText>
				<reportElement uuid="93be30d0-e92c-4d3e-89f9-15f04654bdcd" x="343" y="3" width="84" height="12"/>
				<textElement textAlignment="Right">
					<font size="9" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<text><![CDATA[TOTAL BENS:]]></text>
			</staticText>
			<textField pattern="#,##0.00">
				<reportElement uuid="0a2b2363-1290-4754-a345-2a93edd85661" x="427" y="2" width="126" height="13"/>
				<textElement textAlignment="Right">
					<font size="9" isBold="true" pdfFontName="Helvetica-Bold"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR}]]></textFieldExpression>
			</textField>
		</band>
	</summary>
</jasperReport>
