julio 2017-06-21 10:13:37 +00:00
parent 6cdf990cb3
commit 2814efaeb5
2 changed files with 8 additions and 8 deletions

View File

@ -97,28 +97,28 @@
</background> </background>
<detail> <detail>
<band height="16" splitType="Stretch"> <band height="16" splitType="Stretch">
<textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="0" y="0" width="17" height="16" uuid="d9a99502-1f1e-4f22-930f-66bd8be3c7f0"/> <reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="20" height="16" uuid="d9a99502-1f1e-4f22-930f-66bd8be3c7f0"/>
<textElement> <textElement>
<font fontName="SansSerif" size="8" pdfFontName="Times-Roman" isPdfEmbedded="true"/> <font fontName="Arial" size="9" pdfFontName="Courier-Oblique" isPdfEmbedded="true"/>
<paragraph leftIndent="-5" rightIndent="-25"/> <paragraph leftIndent="-10"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{tipo}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{tipo}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="Float" x="17" y="0" width="102" height="16" isPrintWhenDetailOverflows="true" uuid="b8964ae5-2660-4461-926e-8b7734cbe07f"> <reportElement positionType="Float" stretchType="RelativeToTallestObject" x="20" y="0" width="99" height="16" isPrintWhenDetailOverflows="true" uuid="b8964ae5-2660-4461-926e-8b7734cbe07f">
<printWhenExpression><![CDATA[$F{serie} != null]]></printWhenExpression> <printWhenExpression><![CDATA[$F{serie} != null]]></printWhenExpression>
</reportElement> </reportElement>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font fontName="SansSerif" size="10" isStrikeThrough="false" pdfFontName="Times-Roman" isPdfEmbedded="true"/> <font fontName="Arial" size="10" isStrikeThrough="false" pdfFontName="Courier-Oblique" isPdfEmbedded="true"/>
<paragraph rightIndent="-25"/> <paragraph rightIndent="-25"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{serie}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{serie}]]></textFieldExpression>
</textField> </textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true"> <textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="119" y="0" width="50" height="16" isPrintWhenDetailOverflows="true" uuid="b5444b15-beaa-42fb-814d-424acf42b6ab"/> <reportElement stretchType="RelativeToTallestObject" x="119" y="0" width="50" height="16" isPrintWhenDetailOverflows="true" uuid="b5444b15-beaa-42fb-814d-424acf42b6ab"/>
<textElement textAlignment="Right" rotation="None"> <textElement textAlignment="Right" rotation="None">
<font fontName="SansSerif" size="10" pdfFontName="Times-Roman" isPdfEmbedded="true"/> <font fontName="Arial" size="10" pdfFontName="Courier-Oblique" isPdfEmbedded="true"/>
<paragraph lineSpacing="Proportional" leftIndent="-25"/> <paragraph lineSpacing="Proportional" leftIndent="-25"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{numero}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{numero}]]></textFieldExpression>