- Retirando fonte Arial do relatório para evitar problemas com a não instalação da mesma em ambiente Linux

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@28589 d1611594-4594-4d17-8e1d-87c2c4800839
master
bruno 2013-07-03 18:38:25 +00:00
parent 4518db834c
commit 751a72700e
2 changed files with 40 additions and 28 deletions

View File

@ -4,9 +4,9 @@
<property name="ireport.x" value="0"/> <property name="ireport.x" value="0"/>
<property name="ireport.y" value="75"/> <property name="ireport.y" value="75"/>
<style name="Title" fontName="Times New Roman" fontSize="50" isBold="true" pdfFontName="Times-Bold"/> <style name="Title" fontName="Times New Roman" fontSize="50" isBold="true" pdfFontName="Times-Bold"/>
<style name="SubTitle" forecolor="#736343" fontName="Arial" fontSize="18"/> <style name="SubTitle" forecolor="#736343" fontName="SansSerif" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="Arial" fontSize="12" isBold="true"/> <style name="Column header" forecolor="#666666" fontName="SansSerif" fontSize="12" isBold="true"/>
<style name="Detail" fontName="Arial" fontSize="12"/> <style name="Detail" fontName="SansSerif" fontSize="12"/>
<style name="Row" mode="Transparent"> <style name="Row" mode="Transparent">
<conditionalStyle> <conditionalStyle>
<conditionExpression><![CDATA[$V{REPORT_COUNT} % 2 == 0]]></conditionExpression> <conditionExpression><![CDATA[$V{REPORT_COUNT} % 2 == 0]]></conditionExpression>
@ -43,10 +43,14 @@
tab.total_bilhetes_gap, tab.total_bilhetes_gap,
tab.receita_tarifa receita_tarifa, tab.receita_tarifa receita_tarifa,
tab.receita_seguro receita_seguro, tab.receita_seguro receita_seguro,
decode($P{B_EXCLUI_BAGAGEM}, 0, nvl(sum(case decode($P{B_EXCLUI_BAGAGEM},
0,
nvl(sum(case
when ee.tipoeventoextra_id = 1 and ee.activo = 1 then when ee.tipoeventoextra_id = 1 and ee.activo = 1 then
ee.impingreso ee.impingreso
end),0), 0) receita_bagagem, end),
0),
0) receita_bagagem,
tab.total_devol total_devol, tab.total_devol total_devol,
tab.receita_tarifa_gap receita_tarifa_gap, tab.receita_tarifa_gap receita_tarifa_gap,
tab.receita_seguro_gap receita_seguro_gap, tab.receita_seguro_gap receita_seguro_gap,
@ -169,15 +173,22 @@
vtabol.ciudad cd, vtabol.ciudad cd,
vtabol.estado es vtabol.estado es
where cj.puntoventa_id = pv.puntoventa_id where cj.puntoventa_id = pv.puntoventa_id
and trunc(cj.fechorventa) between $P{DATA_INICIO} and $P{DATA_FINAL} and trunc(cj.fechorventa) between $P{DATA_INICIO} and
$P{DATA_FINAL}
and pr.parada_id = pv.parada_id and pr.parada_id = pv.parada_id
and cd.ciudad_id = pr.ciudad_id and cd.ciudad_id = pr.ciudad_id
and cd.estado_id = es.estado_id and cd.estado_id = es.estado_id
and es.estado_id = nvl($P{ESTADO_ID}, es.estado_id) and es.estado_id = nvl($P{ESTADO_ID}, es.estado_id)
and (($X{IN, numpuntoventa, NUMPUNTOVENTA} and $P{ISNUMPUNTOVENTATODOS} = 'N')or($P{ISNUMPUNTOVENTATODOS} = 'S')) and (($X{IN, numpuntoventa,
group by es.cveestado, pv.puntoventa_id, pv.numpuntoventa, pv.nombpuntoventa) tab, NUMPUNTOVENTA} and $P{ISNUMPUNTOVENTATODOS} = 'N') or
($P{ISNUMPUNTOVENTATODOS} = 'S'))
group by es.cveestado,
pv.puntoventa_id,
pv.numpuntoventa,
pv.nombpuntoventa) tab,
vtabol.evento_extra ee vtabol.evento_extra ee
where trunc(ee.fechoringreso(+)) between $P{DATA_INICIO} and $P{DATA_FINAL} where trunc(ee.fechoringreso(+)) between $P{DATA_INICIO} and
$P{DATA_FINAL}
and ee.puntoventa_id(+) = tab.puntoventa_id and ee.puntoventa_id(+) = tab.puntoventa_id
group by tab.cveestado, group by tab.cveestado,
@ -192,7 +203,8 @@
tab.receita_tarifa_gap, tab.receita_tarifa_gap,
tab.receita_seguro_gap, tab.receita_seguro_gap,
tab.total_devol_gap, tab.total_devol_gap,
tab.total_bilhetes_canc) tab1]]> tab.total_bilhetes_canc) tab1
]]>
</queryString> </queryString>
<field name="CVEESTADO" class="java.lang.String"/> <field name="CVEESTADO" class="java.lang.String"/>
<field name="PUNTOVENTA_ID" class="java.math.BigDecimal"/> <field name="PUNTOVENTA_ID" class="java.math.BigDecimal"/>
@ -262,7 +274,7 @@
<staticText> <staticText>
<reportElement uuid="62260c71-5c44-400d-8048-b5076630da1b" mode="Transparent" x="0" y="0" width="82" height="12" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="62260c71-5c44-400d-8048-b5076630da1b" mode="Transparent" x="0" y="0" width="82" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<text><![CDATA[Total da UF]]></text> <text><![CDATA[Total da UF]]></text>
@ -282,7 +294,7 @@
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement uuid="1822c753-da5f-4143-820b-5eeb890867ab" mode="Transparent" x="82" y="1" width="28" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="1822c753-da5f-4143-820b-5eeb890867ab" mode="Transparent" x="82" y="1" width="28" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{TOTAL_BILHETES_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_BILHETES_SUM}]]></textFieldExpression>
@ -290,7 +302,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="5b9a67a1-30db-4fd6-9636-3871e514dd4a" mode="Transparent" x="110" y="0" width="39" height="12" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="5b9a67a1-30db-4fd6-9636-3871e514dd4a" mode="Transparent" x="110" y="0" width="39" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{RECEITA_TARIFA_SUM}]]></textFieldExpression>
@ -298,7 +310,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="87542156-d9ea-472e-b425-308a8fa66ca1" mode="Transparent" x="149" y="1" width="59" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="87542156-d9ea-472e-b425-308a8fa66ca1" mode="Transparent" x="149" y="1" width="59" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{RECEITA_SEGURO_SUM}]]></textFieldExpression>
@ -306,7 +318,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="5967aa4f-f97a-4647-99fb-37ae2709a068" mode="Transparent" x="208" y="1" width="62" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="5967aa4f-f97a-4647-99fb-37ae2709a068" mode="Transparent" x="208" y="1" width="62" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{RECEITA_BAGAGEM_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{RECEITA_BAGAGEM_SUM}]]></textFieldExpression>
@ -314,7 +326,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="d1dfd492-5eb5-405f-b92d-da78c30127f7" mode="Transparent" x="270" y="1" width="34" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="d1dfd492-5eb5-405f-b92d-da78c30127f7" mode="Transparent" x="270" y="1" width="34" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{TOTAL_DEVOL_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_DEVOL_SUM}]]></textFieldExpression>
@ -322,7 +334,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="fdac474f-3490-4639-831f-7168be228ca3" mode="Transparent" x="342" y="1" width="40" height="12" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="fdac474f-3490-4639-831f-7168be228ca3" mode="Transparent" x="342" y="1" width="40" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_GAP}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{RECEITA_SEGURO_GAP}]]></textFieldExpression>
@ -330,7 +342,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="e509cc8c-a4ea-4928-bbce-1a80ea7524f1" mode="Transparent" x="304" y="1" width="38" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="e509cc8c-a4ea-4928-bbce-1a80ea7524f1" mode="Transparent" x="304" y="1" width="38" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_GAP}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{RECEITA_TARIFA_GAP}]]></textFieldExpression>
@ -338,7 +350,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="70efadc9-0551-41d1-8a54-512615ddf0db" mode="Transparent" x="382" y="1" width="39" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="70efadc9-0551-41d1-8a54-512615ddf0db" mode="Transparent" x="382" y="1" width="39" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{TOTAL_DEVOL_GAP}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_DEVOL_GAP}]]></textFieldExpression>
@ -346,7 +358,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="a359bde7-b7fe-4b71-bf27-4675f9b3f5b2" mode="Transparent" x="421" y="1" width="36" height="12" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="a359bde7-b7fe-4b71-bf27-4675f9b3f5b2" mode="Transparent" x="421" y="1" width="36" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{RECEITA_TOTAL_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{RECEITA_TOTAL_SUM}]]></textFieldExpression>
@ -354,7 +366,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="8649a7fe-2b8b-4aaf-9b47-53721663e978" mode="Transparent" x="457" y="0" width="32" height="12" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="8649a7fe-2b8b-4aaf-9b47-53721663e978" mode="Transparent" x="457" y="0" width="32" height="12" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{IMPOSTOS_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{IMPOSTOS_SUM}]]></textFieldExpression>
@ -362,7 +374,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="fa48c687-c1cb-4166-b96d-24955cb277ee" mode="Transparent" x="489" y="1" width="40" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="fa48c687-c1cb-4166-b96d-24955cb277ee" mode="Transparent" x="489" y="1" width="40" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{RECEITA_LIQUIDA_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{RECEITA_LIQUIDA_SUM}]]></textFieldExpression>
@ -370,7 +382,7 @@
<textField pattern="#,##0.00" isBlankWhenNull="false"> <textField pattern="#,##0.00" isBlankWhenNull="false">
<reportElement uuid="1c62672c-7ff7-4c84-8048-b776a6d621c6" mode="Transparent" x="569" y="1" width="40" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="1c62672c-7ff7-4c84-8048-b776a6d621c6" mode="Transparent" x="569" y="1" width="40" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{VALOR_COMISSAO_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{VALOR_COMISSAO_SUM}]]></textFieldExpression>
@ -378,7 +390,7 @@
<textField pattern="" isBlankWhenNull="false"> <textField pattern="" isBlankWhenNull="false">
<reportElement uuid="d380f48c-42b4-4b8e-824e-9c38eb71c5c9" mode="Transparent" x="736" y="1" width="65" height="11" forecolor="#000000" backcolor="#FFFFFF"/> <reportElement uuid="d380f48c-42b4-4b8e-824e-9c38eb71c5c9" mode="Transparent" x="736" y="1" width="65" height="11" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none"> <textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="Arial" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/> <font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/> <paragraph lineSpacing="Single"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$V{TOTAL_BILHETES_CANC_SUM}]]></textFieldExpression> <textFieldExpression><![CDATA[$V{TOTAL_BILHETES_CANC_SUM}]]></textFieldExpression>