<?xml version="1.0" encoding="UTF-8"  ?>
<!-- Created with iReport - A designer for JasperReports -->
<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
<jasperReport
		 name="INDIVIDUAL_RELACIONAMENTO_PESSOAS"
		 columnCount="1"
		 printOrder="Vertical"
		 orientation="Portrait"
		 pageWidth="595"
		 pageHeight="842"
		 columnWidth="535"
		 columnSpacing="0"
		 leftMargin="30"
		 rightMargin="30"
		 topMargin="20"
		 bottomMargin="20"
		 whenNoDataType="NoPages"
		 isTitleNewPage="false"
		 isSummaryNewPage="false">
	<property name="ireport.scriptlethandling" value="0" />
	<property name="ireport.encoding" value="UTF-8" />
	<import value="java.util.*" />
	<import value="net.sf.jasperreports.engine.*" />
	<import value="net.sf.jasperreports.engine.data.*" />

	<parameter name="LOGO_RELATORIO" isForPrompting="false" class="net.sf.jasperreports.engine.JRImageRenderer"/>
	<parameter name="NOME_EMPRESA" isForPrompting="true" class="java.lang.String"/>
	<parameter name="CNPJ" isForPrompting="true" class="java.lang.String"/>
	<parameter name="INSCRICAO" isForPrompting="true" class="java.lang.String"/>
	<parameter name="DATA_INICIAL" isForPrompting="false" class="java.util.Date"/>
	<parameter name="DATA_FINAL" isForPrompting="false" class="java.util.Date"/>
	<parameter name="INSCRICAO_ESTADUAL" isForPrompting="false" class="java.lang.String"/>

	<field name="dataAgendamento" class="java.util.Date">
		<fieldDescription><![CDATA[dataAgendamento]]></fieldDescription>
	</field>
	<field name="dataRelacionamento" class="java.util.Date">
		<fieldDescription><![CDATA[dataRelacionamento]]></fieldDescription>
	</field>
	<field name="dataSolucao" class="java.util.Date">
		<fieldDescription><![CDATA[dataSolucao]]></fieldDescription>
	</field>
	<field name="agendamento" class="java.lang.Short">
		<fieldDescription><![CDATA[agendamento]]></fieldDescription>
	</field>
	<field name="assunto" class="java.lang.String">
		<fieldDescription><![CDATA[assunto]]></fieldDescription>
	</field>
	<field name="identificador" class="java.lang.Long">
		<fieldDescription><![CDATA[identificador]]></fieldDescription>
	</field>
	<field name="pessoa" class="mentor.model.vo.Pessoa">
		<fieldDescription><![CDATA[pessoa]]></fieldDescription>
	</field>
	<field name="procedenciaSolicitacao" class="mentor.model.vo.ProcedenciaSolicitacao">
		<fieldDescription><![CDATA[procedenciaSolicitacao]]></fieldDescription>
	</field>
	<field name="solucao" class="java.lang.String">
		<fieldDescription><![CDATA[solucao]]></fieldDescription>
	</field>
	<field name="solucionado" class="java.lang.Short">
		<fieldDescription><![CDATA[solucionado]]></fieldDescription>
	</field>
	<field name="usuario" class="mentor.model.vo.Usuario">
		<fieldDescription><![CDATA[usuario]]></fieldDescription>
	</field>
	<field name="usuarioAgendamento" class="mentor.model.vo.Usuario">
		<fieldDescription><![CDATA[usuarioAgendamento]]></fieldDescription>
	</field>
	<field name="usuarioSolucao" class="mentor.model.vo.Usuario">
		<fieldDescription><![CDATA[usuarioSolucao]]></fieldDescription>
	</field>
	<field name="valorPerda" class="java.lang.Double">
		<fieldDescription><![CDATA[valorPerda]]></fieldDescription>
	</field>
	<field name="valorReembolso" class="java.lang.Double">
		<fieldDescription><![CDATA[valorReembolso]]></fieldDescription>
	</field>
	<field name="idUsuarioRelacionamento" class="java.lang.Long">
		<fieldDescription><![CDATA[usuario.identificador]]></fieldDescription>
	</field>
	<field name="nomeUsuarioRelacionamento" class="java.lang.String">
		<fieldDescription><![CDATA[usuario.pessoa.nome]]></fieldDescription>
	</field>
	<field name="idUsuarioAgendamento" class="java.lang.Long">
		<fieldDescription><![CDATA[usuarioAgendamento.identificador]]></fieldDescription>
	</field>
	<field name="nomeUsuarioAgendamento" class="java.lang.String">
		<fieldDescription><![CDATA[usuarioAgendamento.pessoa.nome]]></fieldDescription>
	</field>
	<field name="idUsuarioSolucao" class="java.lang.Long">
		<fieldDescription><![CDATA[usuarioSolucao.identificador]]></fieldDescription>
	</field>
	<field name="nomeUsuarioSolucao" class="java.lang.String">
		<fieldDescription><![CDATA[usuarioSolucao.pessoa.nome]]></fieldDescription>
	</field>
	<field name="idPessoa" class="java.lang.Long">
		<fieldDescription><![CDATA[pessoa.identificador]]></fieldDescription>
	</field>
	<field name="nomePessoa" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.nome]]></fieldDescription>
	</field>
	<field name="fone1" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.fone1]]></fieldDescription>
	</field>
	<field name="fone2" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.fone2]]></fieldDescription>
	</field>
	<field name="fax1" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.fax1]]></fieldDescription>
	</field>
	<field name="fax2" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.fax2]]></fieldDescription>
	</field>
	<field name="cel1" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.cel1]]></fieldDescription>
	</field>
	<field name="cel2" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.cel2]]></fieldDescription>
	</field>
	<field name="cnpj" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.cnpj]]></fieldDescription>
	</field>
	<field name="inscEst" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.inscEst]]></fieldDescription>
	</field>
	<field name="inscMun" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.inscricaoMunicipal]]></fieldDescription>
	</field>
	<field name="suframa" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.complemento.suframa]]></fieldDescription>
	</field>
	<field name="logradouro" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.logradouro]]></fieldDescription>
	</field>
	<field name="bairro" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.bairro]]></fieldDescription>
	</field>
	<field name="numero" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.numero]]></fieldDescription>
	</field>
	<field name="cep" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.cep]]></fieldDescription>
	</field>
	<field name="cidade" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.cidade.descricao]]></fieldDescription>
	</field>
	<field name="uf" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.cidade.uf.sigla]]></fieldDescription>
	</field>

	<variable name="dataRel" class="java.util.Date" resetType="Page" calculation="Nothing">
		<initialValueExpression><![CDATA[new java.util.Date()]]></initialValueExpression>
	</variable>
		<background>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</background>
		<title>
			<band height="53"  isSplitAllowed="true" >
				<image  scaleImage="FillFrame" vAlign="Middle" hAlign="Center" onErrorType="Blank" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="-1"
						y="0"
						width="154"
						height="52"
						key="image-1"/>
					<box></box>
					<graphicElement stretchType="NoStretch"/>
					<imageExpression class="net.sf.jasperreports.engine.JRRenderable"><![CDATA[$P{LOGO_RELATORIO}]]></imageExpression>
				</image>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="154"
						y="11"
						width="279"
						height="16"
						key="textField-12"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Top">
						<font pdfFontName="Helvetica-Bold" size="10" isBold="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{NOME_EMPRESA}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="433"
						y="15"
						width="35"
						height="14"
						key="staticText-14"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement>
						<font pdfFontName="Helvetica-Bold" size="10" isBold="true"/>
					</textElement>
				<text><![CDATA[Data :]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="433"
						y="31"
						width="35"
						height="14"
						key="staticText-15"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement>
						<font pdfFontName="Helvetica-Bold" size="10" isBold="true"/>
					</textElement>
				<text><![CDATA[Hora :]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" pattern="dd/MM/yyyy" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="467"
						y="15"
						width="67"
						height="14"
						key="textField-13"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font size="10"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$V{dataRel}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" pattern="HH.mm.ss" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="467"
						y="31"
						width="67"
						height="14"
						key="textField-14"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font size="10"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$V{dataRel}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="156"
						y="30"
						width="28"
						height="14"
						key="staticText-16"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font pdfFontName="Helvetica-BoldOblique" size="8" isBold="true" isItalic="true"/>
					</textElement>
				<text><![CDATA[CNPJ :]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="264"
						y="30"
						width="80"
						height="14"
						key="staticText-17"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font pdfFontName="Helvetica-BoldOblique" size="8" isBold="true" isItalic="true"/>
					</textElement>
				<text><![CDATA[Inscrição Estadual :]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="184"
						y="30"
						width="80"
						height="14"
						key="textField-15"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{CNPJ}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="344"
						y="30"
						width="89"
						height="14"
						key="textField-16"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{INSCRICAO_ESTADUAL}]]></textFieldExpression>
				</textField>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="52"
						width="535"
						height="1"
						key="line-4"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Solid"/>
</graphicElement>
				</line>
			</band>
		</title>
		<pageHeader>
			<band height="14"  isSplitAllowed="true" >
				<staticText>
					<reportElement
						x="0"
						y="0"
						width="535"
						height="14"
						key="staticText-5"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Top">
						<font pdfFontName="Helvetica-Bold" size="10" isBold="true"/>
					</textElement>
				<text><![CDATA[Relatório Individual: Relacionamento com Pessoas]]></text>
				</staticText>
			</band>
		</pageHeader>
		<columnHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnHeader>
		<detail>
			<band height="213"  isSplitAllowed="true" >
				<staticText>
					<reportElement
						x="0"
						y="81"
						width="59"
						height="11"
						key="staticText-18"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Identificador:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="195"
						y="81"
						width="126"
						height="11"
						key="staticText-19"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Data do Relacionamento:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="0"
						y="101"
						width="59"
						height="11"
						key="staticText-20"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Assunto:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="0"
						y="92"
						width="59"
						height="11"
						key="staticText-21"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Usuário Atend.:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" pattern="dd/MM/yyyy" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="323"
						y="81"
						width="100"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$F{dataRelacionamento}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="101"
						width="450"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{assunto}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="81"
						width="100"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.Long"><![CDATA[$F{identificador}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="92"
						width="450"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{idUsuarioRelacionamento}.toString()+"-"+$F{nomeUsuarioRelacionamento}]]></textFieldExpression>
				</textField>
				<rectangle>
					<reportElement
						mode="Transparent"
						x="0"
						y="114"
						width="535"
						height="11"
						key="rectangle-1"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch"/>
				</rectangle>
				<staticText>
					<reportElement
						x="0"
						y="115"
						width="535"
						height="11"
						key="staticText-22"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Agendamento]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="135"
						width="59"
						height="11"
						key="staticText-23"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Usuário:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="146"
						width="59"
						height="11"
						key="staticText-24"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Data:]]></text>
				</staticText>
				<rectangle>
					<reportElement
						mode="Transparent"
						x="0"
						y="159"
						width="535"
						height="11"
						key="rectangle-2"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch"/>
				</rectangle>
				<staticText>
					<reportElement
						x="0"
						y="160"
						width="535"
						height="11"
						key="staticText-25"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Solução]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="182"
						width="59"
						height="11"
						key="staticText-26"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Usuário:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="191"
						width="59"
						height="11"
						key="staticText-27"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Data:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="135"
						width="450"
						height="11"
						key="textField-18"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{idUsuarioAgendamento}.toString()+"-"+$F{nomeUsuarioAgendamento}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="182"
						width="450"
						height="11"
						key="textField-19"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{idUsuarioSolucao}.toString()+"-"+$F{nomeUsuarioSolucao}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" pattern="dd/MM/yyyy" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="191"
						width="100"
						height="11"
						key="textField"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$F{dataSolucao}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" pattern="dd/MM/yyyy" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="145"
						width="100"
						height="11"
						key="textField"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$F{dataAgendamento}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="202"
						width="450"
						height="11"
						key="textField"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{solucao}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="1"
						y="202"
						width="59"
						height="11"
						key="staticText-28"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Solução:]]></text>
				</staticText>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="14"
						width="450"
						height="11"
						key="textField-20"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{idPessoa}.toString()+"-"+$F{nomePessoa}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="0"
						y="14"
						width="59"
						height="11"
						key="staticText-29"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Pessoa:]]></text>
				</staticText>
				<rectangle>
					<reportElement
						mode="Transparent"
						x="0"
						y="1"
						width="535"
						height="11"
						key="rectangle-3"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch"/>
				</rectangle>
				<staticText>
					<reportElement
						x="-1"
						y="1"
						width="535"
						height="11"
						key="staticText-31"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Pessoa]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="0"
						y="25"
						width="59"
						height="11"
						key="staticText-32"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Tel.1:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="112"
						y="25"
						width="26"
						height="11"
						key="staticText-33"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Tel.2:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="371"
						y="25"
						width="25"
						height="11"
						key="staticText-34"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Cel.1:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="452"
						y="25"
						width="34"
						height="11"
						key="staticText-35"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Cel.2:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="25"
						width="50"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{fone1}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="140"
						y="25"
						width="56"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{fone2}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="196"
						y="25"
						width="33"
						height="11"
						key="staticText-36"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Fax.1:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="287"
						y="25"
						width="26"
						height="11"
						key="staticText-37"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Fax.2:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="230"
						y="25"
						width="57"
						height="11"
						key="textField-22"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{fax1}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="315"
						y="25"
						width="56"
						height="11"
						key="textField-23"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{fax2}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="396"
						y="25"
						width="56"
						height="11"
						key="textField-24"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{cel1}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="487"
						y="25"
						width="48"
						height="11"
						key="textField-25"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{cel2}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="0"
						y="37"
						width="59"
						height="12"
						key="staticText-38"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[CNPJ:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="127"
						y="37"
						width="55"
						height="12"
						key="staticText-39"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Insc. Est:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="263"
						y="37"
						width="50"
						height="12"
						key="staticText-40"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Insc. Mun:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="396"
						y="37"
						width="50"
						height="12"
						key="staticText-41"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Suframa:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="37"
						width="65"
						height="12"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{cnpj}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="184"
						y="37"
						width="80"
						height="12"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{inscEst}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="316"
						y="37"
						width="78"
						height="12"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{inscMun}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="449"
						y="37"
						width="85"
						height="12"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{suframa}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="0"
						y="49"
						width="59"
						height="11"
						key="staticText-42"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Logradouro:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="366"
						y="49"
						width="35"
						height="11"
						key="staticText-43"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Bairro:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="265"
						y="49"
						width="48"
						height="11"
						key="staticText-44"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Número:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="155"
						y="60"
						width="35"
						height="11"
						key="staticText-45"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Cidade:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="0"
						y="60"
						width="59"
						height="11"
						key="staticText-46"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[CEP:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="366"
						y="60"
						width="35"
						height="11"
						key="staticText-47"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[UF:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="49"
						width="202"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{logradouro}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="316"
						y="49"
						width="52"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{numero}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="403"
						y="49"
						width="66"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{bairro}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="60"
						width="70"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{cep}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="192"
						y="60"
						width="174"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{cidade}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="403"
						y="60"
						width="66"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{uf}]]></textFieldExpression>
				</textField>
				<rectangle>
					<reportElement
						mode="Transparent"
						x="0"
						y="70"
						width="535"
						height="11"
						key="rectangle-4"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch"/>
				</rectangle>
				<staticText>
					<reportElement
						x="0"
						y="71"
						width="535"
						height="11"
						key="staticText-48"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Atendimento]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="125"
						width="59"
						height="11"
						key="staticText-49"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Agendado:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="125"
						width="66"
						height="11"
						key="textField"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{agendamento}!=null && $F{agendamento}.shortValue()==1?"Sim":"Não"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="62"
						y="171"
						width="66"
						height="11"
						key="textField-26"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{solucionado}!=null && $F{solucionado}.shortValue()==1?"Sim":"Não"]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="1"
						y="171"
						width="59"
						height="11"
						key="staticText-50"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Solucionado:]]></text>
				</staticText>
			</band>
		</detail>
		<columnFooter>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnFooter>
		<pageFooter>
			<band height="15"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="505"
						y="0"
						width="11"
						height="15"
						key="textField-8"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" size="9" isBold="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Report" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="524"
						y="0"
						width="11"
						height="15"
						key="textField-9"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" size="9" isBold="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="516"
						y="0"
						width="8"
						height="15"
						key="staticText-8"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" isBold="true"/>
					</textElement>
				<text><![CDATA[/]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="RemotePage"  hyperlinkTarget="Self" >
					<reportElement
						x="383"
						y="1"
						width="122"
						height="14"
						forecolor="#0099FF"
						key="textField-17"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Oblique" size="9" isItalic="true" isUnderline="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["www.contatosistemas.com"]]></textFieldExpression>
						<hyperlinkReferenceExpression><![CDATA["HTTP://WWW.CONTATOSISTEMAS.COM"]]></hyperlinkReferenceExpression>
				</textField>
			</band>
		</pageFooter>
		<summary>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</summary>
</jasperReport>
