<?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="SUB_REPRESENTANTES_NOTA_CONTRATO" pageWidth="555" pageHeight="802" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="06071427-86ad-4ab4-8e75-010f6f40b587">
	<property name="ireport.zoom" value="9.849732675807648"/>
	<property name="ireport.x" value="3250"/>
	<property name="ireport.y" value="86"/>
	<field name="NOME" class="java.lang.String">
		<fieldDescription><![CDATA[representante.pessoa.nome]]></fieldDescription>
	</field>
	<field name="IDENTIFICADOR" class="java.lang.Long">
		<fieldDescription><![CDATA[representante.identificador]]></fieldDescription>
	</field>
	<background>
		<band splitType="Stretch"/>
	</background>
	<columnHeader>
		<band height="12" splitType="Stretch">
			<rectangle>
				<reportElement uuid="b305d297-ea7b-497d-9893-6fd3241209d7" x="0" y="0" width="383" height="12"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<staticText>
				<reportElement uuid="189bb2d4-14e3-43e9-a62c-f398b2568dc0" x="3" y="0" width="100" height="12"/>
				<textElement>
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Id Representante]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="08329a33-7f02-48f9-bf1e-61bb095e47be" x="102" y="0" width="281" height="12"/>
				<textElement>
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Representante]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="12" splitType="Stretch">
			<rectangle>
				<reportElement uuid="5af7f8a5-4752-4479-9127-d1e100434b9a" x="0" y="0" width="383" height="12"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<textField>
				<reportElement uuid="dbe80e4b-5235-4b58-9507-aa0cd50862e9" x="3" y="0" width="100" height="12"/>
				<textElement>
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{IDENTIFICADOR}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement uuid="51bfe601-33f2-4b17-80ce-431b9c3b2355" x="102" y="0" width="281" height="12"/>
				<textElement>
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{NOME}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
</jasperReport>
