Jump to content
We've recently updated our Privacy Statement, available here ×

Overlaped Subreports in a Master report


agustincarban

Recommended Posts

Hi !. My name is Agustin... My problem is the following... I have a report which I have to reorganize it's layout as certain field had it's values too long... What I did is, create 5 subreports !. The problem is that they get overlaped if I put them in the same band but that is what I would like to do, coz if the report has more than one page the content would be repeated... Summarizing, I would like that the second report get's printed just after the first one... and the third one just after the second one... and so on...

Which secret option I should choose ?. I thought of creating a java class which extends an ireport class (Which I don't remember) and pre process the report so that before each report get's printed, I get the height and set the "y position" accordingly...

Link to comment
Share on other sites

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I opened every subreport of the 5 I told you and I put the property PositionType to Float as you told me... And I got the PDF I am attaching to this post...

<?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="informeScore_2"   columnCount="1"   printOrder="Vertical"   orientation="Portrait"   pageWidth="650"   pageHeight="842"   columnWidth="590"   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="USUARIO" isForPrompting="false" class="java.lang.String"/> <parameter name="ID_SOLICITUD" isForPrompting="false" class="java.lang.Long">  <defaultValueExpression ><![CDATA[Long.valueOf(504619L)]]></defaultValueExpression> </parameter> <parameter name="SUBREPORT_DIR" isForPrompting="true" class="java.lang.String">  <defaultValueExpression ><![CDATA["D:\AgustinNevada\Proyectos Nevada\APERCUEN-SCORE_DOS\ViewController\public_html\rpt\"]]></defaultValueExpression> </parameter> <queryString><![CDATA[select         DECODE ((select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 143 and rownum < 2),1,'Aceptado',2,'Observado',3,'Rechazado',7,'Verificar CUIL',8,'Error alguna central',9,'Reintento') as Resultado ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 154 and rownum < 2) as clasificacionCliente ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 153 and rownum < 2) as clasificacionScore ,        (select DESCRIPCION FROM PRODUCTO WHERE ID = (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 155 and rownum < 2)) as tipoTarjeta ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 166 and rownum < 2) as verificacionLimite ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 163 and rownum < 2) as verificacionCantidad ,  DECODE ((select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 147 and rownum < 2),1,'Original',2,'Duplicado',3,'Triplicado',4,'Cuadruplicado',5,'Quintuplicado',6,'Sextuplicado',7,'Ejemplar A',8,'Ejemplar B',9,'Ejemplar C',10,'Ejemplar D',11,'Ejemplar E',12,'Septuplicado',13,'Octuplicado',14,'Nonuplicado',15,'Ejemplar F',16,'Ejemplar G',17,'Ejemplar H') AS VERSIONDOC,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 164 and rownum < 2) as controlDocumentalTipo ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 165 and rownum < 2) as nivelFirma ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 169 and rownum < 2) as autoConsultaU3M ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 170 and rownum < 2) as delphi1 ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 171 and rownum < 2) as delphi2 ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 172 and rownum < 2) as delphi4 ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 173 and rownum < 2) as delphi5 ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 167 and rownum < 2) as segundoControl ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 168 and rownum < 2) as maximoLimiteBancarizado ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 177 and rownum < 2) as dudosa ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 178 and rownum < 2) as revisarAntilavado ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 179 and rownum < 2) as domicilioPadron ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 180 and rownum < 2) as empleosAnteriores ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 181 and rownum < 2) as vinculos ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 182 and rownum < 2) as telefonos ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 183 and rownum < 2) as bienesPersonales ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 184 and rownum < 2) as situacionFinanciera ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 185 and rownum < 2) as obraSocial ,        (select REPLACE((select nvl(valor, ' ') from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 186 and rownum < 2),'$$','-')from dual) as lista_razones ,        (select replace(valor,',','.') from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 144 and rownum < 2) as ScoreDemografico,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 145 and rownum < 2) as Apellido ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 146 and rownum < 2) as Nombre ,        (SELECT PAR_DESCRIPCION FROM PARAMETROS WHERE PAR_VALOR = (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 7 and rownum < 2) AND PAR_CODIGO = 'TIPO_DOCUMENTO') as VersionDocumento ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 148 and rownum < 2) as cuil ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 149 and rownum < 2) as Nacionalidad ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 150 and rownum < 2) as CUITEmpleador ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 151 and rownum < 2) as Empleador ,        (select to_char(valor) from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 152 and rownum < 2) as FechaIngresoEmpleo ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 156 and rownum < 2) as LimiteTotal ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 157 and rownum < 2) as LimiteCorto ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 158 and rownum < 2) as LimiteMensual ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 159 and rownum < 2) as Adelanto ,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 160 and rownum < 2) as ExtraccionATM ,        (select pkg_apercuen.split((select valor||'0' from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 162 and rownum < 2),',') from dual) as documentos,        (select valor from solicitud_datos where id_solicitud = $P{ID_SOLICITUD} and id_dato = 161 and rownum < 2) as MontoPrestamos    from dual]]></queryString><field name="RESULTADO" class="java.lang.String"/> <field name="CLASIFICACIONCLIENTE" class="java.lang.String"/> <field name="CLASIFICACIONSCORE" class="java.lang.String"/> <field name="TIPOTARJETA" class="java.lang.String"/> <field name="VERIFICACIONLIMITE" class="java.lang.String"/> <field name="VERIFICACIONCANTIDAD" class="java.lang.String"/> <field name="VERSIONDOC" class="java.lang.String"/> <field name="CONTROLDOCUMENTALTIPO" class="java.lang.String"/> <field name="NIVELFIRMA" class="java.lang.String"/> <field name="AUTOCONSULTAU3M" class="java.lang.String"/> <field name="DELPHI1" class="java.lang.String"/> <field name="DELPHI2" class="java.lang.String"/> <field name="DELPHI4" class="java.lang.String"/> <field name="DELPHI5" class="java.lang.String"/> <field name="SEGUNDOCONTROL" class="java.lang.String"/> <field name="MAXIMOLIMITEBANCARIZADO" class="java.lang.String"/> <field name="DUDOSA" class="java.lang.String"/> <field name="REVISARANTILAVADO" class="java.lang.String"/> <field name="DOMICILIOPADRON" class="java.lang.String"/> <field name="EMPLEOSANTERIORES" class="java.lang.String"/> <field name="VINCULOS" class="java.lang.String"/> <field name="TELEFONOS" class="java.lang.String"/> <field name="BIENESPERSONALES" class="java.lang.String"/> <field name="SITUACIONFINANCIERA" class="java.lang.String"/> <field name="OBRASOCIAL" class="java.lang.String"/> <field name="LISTA_RAZONES" class="java.lang.String"/> <field name="SCOREDEMOGRAFICO" class="java.lang.String"/> <field name="APELLIDO" class="java.lang.String"/> <field name="NOMBRE" class="java.lang.String"/> <field name="VERSIONDOCUMENTO" class="java.lang.String"/> <field name="CUIL" class="java.lang.String"/> <field name="NACIONALIDAD" class="java.lang.String"/> <field name="CUITEMPLEADOR" class="java.lang.String"/> <field name="EMPLEADOR" class="java.lang.String"/> <field name="FECHAINGRESOEMPLEO" class="java.lang.String"/> <field name="LIMITETOTAL" class="java.lang.String"/> <field name="LIMITECORTO" class="java.lang.String"/> <field name="LIMITEMENSUAL" class="java.lang.String"/> <field name="ADELANTO" class="java.lang.String"/> <field name="EXTRACCIONATM" class="java.lang.String"/> <field name="DOCUMENTOS" class="java.lang.String"/> <field name="MONTOPRESTAMOS" class="java.lang.String"/><variable name="HOY" class="java.util.Date" resetType="Report" calculation="Nothing">  <variableExpression><![CDATA[new Date()]]></variableExpression>  <initialValueExpression><![CDATA[new Date()]]></initialValueExpression> </variable>  <background>   <band height="0"  isSplitAllowed="true" >   </band>  </background>  <title>   <band height="0"  isSplitAllowed="true" >   </band>  </title>  <pageHeader>   <band height="112"  isSplitAllowed="true" >    <staticText>     <reportElement      mode="Opaque"      x="0"      y="29"      width="590"      height="14"      backcolor="#CCCCCC"      key="staticText-1"      isPrintWhenDetailOverflows="true"/>     <box>     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" isBold="true"/>     </textElement>    <text><![CDATA[iNFORME SCORE]]></text>    </staticText>    <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="0"      y="14"      width="204"      height="14"      key="textField-2"/>     <box></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font fontName="Arial" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA["Nombre Operador: " + $P{USUARIO}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="476"      y="0"      width="114"      height="14"      key="textField-3"/>     <box></box>     <textElement textAlignment="Right" verticalAlignment="Middle">      <font fontName="Arial" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA["Hora: " + (new SimpleDateFormat("HH':'mm")).format($V{HOY})]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="476"      y="14"      width="114"      height="14"      key="textField-4"/>     <box></box>     <textElement textAlignment="Right" verticalAlignment="Middle">      <font fontName="Arial" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA["Hoja Núm.: " + (new DecimalFormat("00000")).format($V{PAGE_NUMBER})]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="78"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-2"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[CUIL]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="50"      width="590"      height="14"      backcolor="#CCCCCC"      key="staticText-3"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[DATOS CLIENTE]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="78"      width="144"      height="14"      key="textField-5"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font size="8"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{CUIL}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="344"      y="78"      width="36"      height="14"      key="textField-6"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font fontName="SansSerif" size="8"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{VERSIONDOCUMENTO}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="480"      y="78"      width="110"      height="14"      key="textField-7"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font size="8"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{CUIL}.length() != 11 ? $F{CUIL} : $F{CUIL}.substring(2,10)]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="64"      width="490"      height="14"      key="textField-8"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[($F{APELLIDO} == null ? "" : $F{APELLIDO} + ", ") + ($F{NOMBRE} == null ? "" : $F{NOMBRE})]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="64"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-4"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Apellido y Nombre]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="92"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-5"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Nacionalidad]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="380"      y="78"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-6"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[N° Documento]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="244"      y="78"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-7"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Tipo Documento]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="92"      width="144"      height="14"      key="textField-9"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font size="8"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{NACIONALIDAD}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="0"      y="0"      width="204"      height="14"      key="textField-36"/>     <box></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font fontName="Arial" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[new String("Fecha: " + (new SimpleDateFormat("dd'/'MM'/'yyyy")).format($V{HOY}))]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="244"      y="92"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-48"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Version Documento]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="344"      y="92"      width="246"      height="14"      key="textField-48"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font size="8"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{VERSIONDOC}]]></textFieldExpression>    </textField>   </band>  </pageHeader>  <columnHeader>   <band height="0"  isSplitAllowed="true" >   </band>  </columnHeader>  <detail>   <band height="91"  isSplitAllowed="true" >    <staticText>     <reportElement      mode="Opaque"      x="0"      y="0"      width="590"      height="14"      backcolor="#CCCCCC"      key="staticText-8"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Lucida Sans" pdfFontName="Helvetica-Bold" size="8" isBold="true" isItalic="false" isUnderline="false" isPdfEmbedded ="false" isStrikeThrough="false" />     </textElement>    <text><![CDATA[RESULTADO]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="14"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-9"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[sCORE Demografico]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="28"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-10"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[RESULTADO]]></text>    </staticText>    <textField isStretchWithOverflow="false" pattern="###0.00;-###0.00" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="28"      width="490"      height="14"      key="textField-11"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{RESULTADO}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="42"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-11"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[sCORE]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="42"      width="490"      height="14"      key="textField-12"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{DELPHI1}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="56"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-12"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Otro Scoring]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="56"      width="490"      height="14"      key="textField-13"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{DELPHI4}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" pattern="###0.00;-###0.00" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="14"      width="490"      height="14"      key="textField-37"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.Double"><![CDATA[new Double($F{SCOREDEMOGRAFICO})]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="70"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-47"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Razones Rechazo]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="70"      width="490"      height="14"      key="textField-47"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[(new String($F{LISTA_RAZONES})).replaceAll("\$\$","; ")]]></textFieldExpression>    </textField>   </band>  </detail>  <columnFooter>   <band height="0"  isSplitAllowed="true" >   </band>  </columnFooter>  <pageFooter>   <band height="0"  isSplitAllowed="true" >   </band>  </pageFooter>  <summary>   <band height="450"  isSplitAllowed="true" >    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="14"      width="143"      height="14"      key="textField-14"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{CUITEMPLEADOR}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="14"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-13"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[CUIT]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="0"      width="590"      height="14"      backcolor="#CCCCCC"      key="staticText-14"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[DATOS LABORALES]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="42"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-15"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Razon Social]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="28"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-16"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Fecha Ingreso]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="42"      width="420"      height="14"      key="textField-15"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{EMPLEADOR}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="28"      width="143"      height="14"      key="textField-16"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{FECHAINGRESOEMPLEO}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="76"      width="143"      height="14"      key="textField-17"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Right" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{LIMITETOTAL}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="62"      width="590"      height="14"      backcolor="#CCCCCC"      key="staticText-17"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[LIMITES DE INGRESO]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="76"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-18"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Límite Total]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="90"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-19"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Límite Corto]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="90"      width="143"      height="14"      key="textField-18"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Right" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{LIMITECORTO}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="104"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-20"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Límite Mensual]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="104"      width="143"      height="14"      key="textField-19"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Right" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{LIMITEMENSUAL}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="118"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-21"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Adelanto]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="118"      width="143"      height="14"      key="textField-20"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Right" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{ADELANTO}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="132"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-22"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Extraccion ATM]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="132"      width="143"      height="14"      key="textField-21"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Right" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{EXTRACCIONATM}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="146"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-23"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Monto Prestamos]]></text>    </staticText>    <textField isStretchWithOverflow="false" pattern="#,##0" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="146"      width="143"      height="14"      key="textField-22"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Right" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{MONTOPRESTAMOS}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="164"      width="590"      height="14"      backcolor="#CCCCCC"      key="staticText-24"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[DOCUMENTOS]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="0"      y="178"      width="590"      height="42"      key="textField-23"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{DOCUMENTOS}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="222"      width="590"      height="14"      backcolor="#CCCCCC"      key="staticText-25"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[DATOS]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="236"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-26"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Clasif. Cliente]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="236"      width="143"      height="14"      key="textField-24"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{CLASIFICACIONCLIENTE}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="243"      y="236"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-27"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Clasif. SCORE]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="343"      y="236"      width="247"      height="14"      key="textField-25"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{CLASIFICACIONSCORE}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="250"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-28"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Tipo Tarjeta]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="250"      width="143"      height="14"      key="textField-26"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{TIPOTARJETA}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="243"      y="250"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-29"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Verif. Límite]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="343"      y="250"      width="247"      height="14"      key="textField-27"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{VERIFICACIONLIMITE}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="264"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-30"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Ctr.Documentacional]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="264"      width="143"      height="14"      key="textField-28"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{CONTROLDOCUMENTALTIPO}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="243"      y="264"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-31"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Verif. Cantidad]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="343"      y="264"      width="247"      height="14"      key="textField-29"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{VERIFICACIONCANTIDAD}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="278"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-32"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Nivel Firma]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="278"      width="143"      height="14"      key="textField-30"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{NIVELFIRMA}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="243"      y="278"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-33"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Autoconsulta ]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="343"      y="278"      width="247"      height="14"      key="textField-31"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{AUTOCONSULTAU3M}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="243"      y="292"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-35"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Límite Bancarizado]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="343"      y="292"      width="247"      height="14"      key="textField-33"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{MAXIMOLIMITEBANCARIZADO}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="292"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-36"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Riesgo]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="292"      width="143"      height="14"      key="textField-34"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{DELPHI5}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="306"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-37"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Población]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="306"      width="143"      height="14"      key="textField-35"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{DELPHI2}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="243"      y="320"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-41"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Revisar AntiLavado]]></text>    </staticText>    <staticText>     <reportElement      mode="Opaque"      x="243"      y="306"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-42"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Dudosa]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="343"      y="306"      width="247"      height="14"      key="textField-38"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{DUDOSA}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="343"      y="320"      width="247"      height="14"      key="textField-39"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{REVISARANTILAVADO}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="320"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-43"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Obra Social]]></text>    </staticText>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="334"      width="490"      height="14"      key="textField-43"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{TELEFONOS}]]></textFieldExpression>    </textField>    <textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >     <reportElement      x="100"      y="320"      width="143"      height="14"      key="textField-46"/>     <box leftPadding="3">     <pen lineWidth="0.5"/>     <topPen lineWidth="0.5"/>     <leftPen lineWidth="0.5"/>     <bottomPen lineWidth="0.5"/>     <rightPen lineWidth="0.5"/></box>     <textElement textAlignment="Left" verticalAlignment="Middle">      <font pdfFontName="Helvetica" size="8" isBold="false"/>     </textElement>    <textFieldExpression   class="java.lang.String"><![CDATA[$F{OBRASOCIAL}]]></textFieldExpression>    </textField>    <staticText>     <reportElement      mode="Opaque"      x="0"      y="334"      width="100"      height="14"      backcolor="#CCCCCC"      key="staticText-46"/>     <box>     <pen lineWidth="0.25"/>     <topPen lineWidth="0.25"/>     <leftPen lineWidth="0.25"/>     <bottomPen lineWidth="0.25"/>     <rightPen lineWidth="0.25"/></box>     <textElement textAlignment="Center" verticalAlignment="Middle">      <font fontName="Verdana" pdfFontName="Helvetica-Bold" size="8" isBold="true"/>     </textElement>    <text><![CDATA[Teléfonos]]></text>    </staticText>    <subreport  isUsingCache="true">     <reportElement      x="0"      y="348"      width="590"      height="10"      key="subreport-1"      positionType="Float"      isPrintInFirstWholeBand="true"      isPrintWhenDetailOverflows="true"/>     <subreportParameter  name="ID_SOLICITUD">      <subreportParameterExpression><![CDATA[$P{ID_SOLICITUD}]]></subreportParameterExpression>     </subreportParameter>     <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>     <subreportExpression  class="java.lang.String"><![CDATA[$P{SUBREPORT_DIR} + "informeScore_situacionFinanciera.jasper"]]></subreportExpression>    </subreport>    <subreport  isUsingCache="true">     <reportElement      x="0"      y="359"      width="590"      height="10"      key="subreport-2"      stretchType="RelativeToTallestObject"      positionType="FixRelativeToBottom"      isPrintInFirstWholeBand="true"      isPrintWhenDetailOverflows="true"/>     <subreportParameter  name="ID_SOLICITUD">      <subreportParameterExpression><![CDATA[$P{ID_SOLICITUD}]]></subreportParameterExpression>     </subreportParameter>     <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>     <subreportExpression  class="java.lang.String"><![CDATA[$P{SUBREPORT_DIR} + "informeScore_domicilioPadron.jasper"]]></subreportExpression>    </subreport>    <subreport  isUsingCache="true">     <reportElement      x="0"      y="371"      width="590"      height="10"      key="subreport-3"      stretchType="RelativeToTallestObject"      positionType="FixRelativeToBottom"      isPrintInFirstWholeBand="true"      isPrintWhenDetailOverflows="true"/>     <subreportParameter  name="ID_SOLICITUD">      <subreportParameterExpression><![CDATA[$P{ID_SOLICITUD}]]></subreportParameterExpression>     </subreportParameter>     <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>     <subreportExpression  class="java.lang.String"><![CDATA[$P{SUBREPORT_DIR} + "informeScore_empleadosAnteriores.jasper"]]></subreportExpression>    </subreport>    <subreport  isUsingCache="true">     <reportElement      x="0"      y="385"      width="590"      height="10"      key="subreport-4"      stretchType="RelativeToTallestObject"      positionType="FixRelativeToBottom"      isPrintInFirstWholeBand="true"      isPrintWhenDetailOverflows="true"/>     <subreportParameter  name="ID_SOLICITUD">      <subreportParameterExpression><![CDATA[$P{ID_SOLICITUD}]]></subreportParameterExpression>     </subreportParameter>     <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>     <subreportExpression  class="java.lang.String"><![CDATA[$P{SUBREPORT_DIR} + "informeScore_bienesPersonales.jasper"]]></subreportExpression>    </subreport>    <subreport  isUsingCache="true">     <reportElement      x="0"      y="399"      width="590"      height="10"      key="subreport-5"      stretchType="RelativeToTallestObject"      positionType="FixRelativeToBottom"      isPrintInFirstWholeBand="true"      isPrintWhenDetailOverflows="true"/>     <subreportParameter  name="ID_SOLICITUD">      <subreportParameterExpression><![CDATA[$P{ID_SOLICITUD}]]></subreportParameterExpression>     </subreportParameter>     <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>     <subreportExpression  class="java.lang.String"><![CDATA[$P{SUBREPORT_DIR} + "informeScore_vinculos.jasper"]]></subreportExpression>    </subreport>   </band>  </summary></jasperReport>[/code]

 

Link to comment
Share on other sites

I managed to arrange all the subreports one next to the other... But when a certain subreport has a lot of content, then it flows over the others that are inmediately near... Altough I put all the components inside each subreport the property you said... Do you have a clue ?... Do you want me to post the new JRXML File ?...

Link to comment
Share on other sites

I just loaded your JRXML from your second post yesterday... there are some SubReport-Elements not set to FLOAT as I told you... some also had PositionTyp "FixRelativeToBottom" what is not a good Idea when using multiple subReports in one band. So I do attach your Report again all SubReports elements are set to FLOAT now ...

Also don't set "PrintRepeatedValues", "PrintInFirstWholeBand" and "PrintWhenDetailOverflows" if you don't know for sure what these attributes mean - when using subreports these attributes doesn't really make sense.

Also one SubReport had StretchTyp = RelativeToTallesObject... that's also not clever and I guess not intended, or?!? SubReportElements do stretch itself as of it's content - I doubt if these elements could grow relative to any other objects at all  and the engine will get confused and produce overlapping or even missing contents!?!?!?

hth + regards from Germany

C-Box

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...