<?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="MODELO_RELATORIO_RECIBO"
		 columnCount="1"
		 printOrder="Vertical"
		 orientation="Portrait"
		 pageWidth="588"
		 pageHeight="834"
		 columnWidth="543"
		 columnSpacing="0"
		 leftMargin="22"
		 rightMargin="22"
		 topMargin="14"
		 bottomMargin="14"
		 whenNoDataType="AllSectionsNoDetail"
		 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="TITULO" isForPrompting="false" class="java.lang.String"/>
	<parameter name="CONTEUDO" isForPrompting="false" class="java.lang.String"/>
	<parameter name="LOGO" isForPrompting="false" class="java.lang.String"/>
	<parameter name="LOGO_RELATORIO" isForPrompting="false" class="net.sf.jasperreports.engine.JRImageRenderer"/>

		<background>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</background>
		<title>
			<band height="230"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="50"
						width="543"
						height="18"
						key="titulo"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Center" isStyledText="true" markup="html">
						<font fontName="Rockwell" size="12"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{TITULO}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="68"
						width="543"
						height="18"
						key="conteudo"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Justified" isStyledText="true" markup="html">
						<font fontName="Rockwell" size="12"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{CONTEUDO}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="0"
						y="115"
						width="41"
						height="12"
						key="staticText-1"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Left">
						<font size="8"/>
					</textElement>
				<text><![CDATA[corte aqui]]></text>
				</staticText>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="194"
						width="541"
						height="18"
						key="titulo-1"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Center" isStyledText="true" markup="html">
						<font fontName="Rockwell" size="12"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{TITULO}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="212"
						width="541"
						height="18"
						key="conteudo-1"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Justified" isStyledText="true" markup="html">
						<font fontName="Rockwell" size="12"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{CONTEUDO}]]></textFieldExpression>
				</textField>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="126"
						width="541"
						height="0"
						key="line-1"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="1.5" lineStyle="Dotted"/>
</graphicElement>
				</line>
				<image  scaleImage="RetainShape" hAlign="Center" onErrorType="Blank" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="141"
						width="541"
						height="52"
						key="image-2"/>
					<box></box>
					<graphicElement stretchType="NoStretch"/>
					<imageExpression class="net.sf.jasperreports.engine.JRRenderable"><![CDATA[$P{LOGO_RELATORIO}]]></imageExpression>
				</image>
				<image  scaleImage="RetainShape" hAlign="Center" onErrorType="Blank" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="0"
						width="544"
						height="52"
						key="image-3"/>
					<box></box>
					<graphicElement stretchType="NoStretch"/>
					<imageExpression class="net.sf.jasperreports.engine.JRRenderable"><![CDATA[$P{LOGO_RELATORIO}]]></imageExpression>
				</image>
			</band>
		</title>
		<pageHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</pageHeader>
		<columnHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnHeader>
		<detail>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</detail>
		<columnFooter>
			<band height="15"  isSplitAllowed="true" >
				<staticText>
					<reportElement
						x="457"
						y="1"
						width="83"
						height="13"
						key="staticText-3"/>
					<box></box>
					<textElement textAlignment="Right">
						<font/>
					</textElement>
				<text><![CDATA[Contato Sistemas]]></text>
				</staticText>
				<line direction="BottomUp">
					<reportElement
						x="457"
						y="0"
						width="83"
						height="1"
						key="line-2"/>
					<graphicElement stretchType="NoStretch"/>
				</line>
			</band>
		</columnFooter>
		<pageFooter>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</pageFooter>
		<summary>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</summary>
</jasperReport>
