11580: Relatórios Operacionais resumo de linhas

fixes bug#11580
dev:wallace
qua:bruno

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@85425 d1611594-4594-4d17-8e1d-87c2c4800839
master
leonardo 2018-09-14 19:55:26 +00:00
parent cfbcdc72d2
commit 97edd1d8af
2 changed files with 147 additions and 142 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioResumoLinhas" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="efbc89d4-6f08-4ea5-802f-d4f48ed208e2">
<property name="ireport.zoom" value="1.7715610000000084"/>
<property name="ireport.x" value="664"/>
<property name="ireport.y" value="0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="116"/>
<style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
<style name="table">
<box>
@ -79,7 +79,7 @@ FROM (SELECT TAB1.*,
RO.ROLOPERATIVO_ID,
CASE WHEN CO.ESTADO_ID <> CD.ESTADO_ID THEN 'S' ELSE 'N' END INTERESTADUAL,
NVL(GR.DESCGRUPO, 'Não Definido') GRUPO_LINHA,
(SELECT SUM(NVL(TR.CANTKMREAL,0)) FROM RUTA_SECUENCIA RS, TRAMO TR WHERE RS.RUTA_ID = RT.RUTA_ID AND RS.TRAMO_ID = TR.TRAMO_ID AND RS.ACTIVO = 1) EXTENSAO_KM,
(SELECT SUM(NVL(RS.KMORIGINAL,0)) FROM RUTA_SECUENCIA RS, TRAMO TR WHERE RS.RUTA_ID = RT.RUTA_ID AND RS.TRAMO_ID = TR.TRAMO_ID AND RS.ACTIVO = 1) EXTENSAO_KM,
NVL(SUM(NVL(BL.IMPORTESEGURO,0)), 0) RECEITA_SEGURO,
0 RECEITA_BAGAGEM,
0 RECEITA_SEGURO_OUTROS,
@ -357,13 +357,14 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<groupHeader>
<band height="11">
<line>
<reportElement x="0" y="1" width="801" height="1" uuid="5bdcd7b5-6a5b-4ee1-b271-23c38689cbc0"/>
<reportElement uuid="5bdcd7b5-6a5b-4ee1-b271-23c38689cbc0" x="0" y="1" width="801" height="1"/>
<graphicElement>
<pen lineWidth="0.5"/>
</graphicElement>
</line>
<textField>
<reportElement x="25" y="2" width="131" height="9" uuid="9bf6af16-4242-4e39-b90e-3e0d3fe8cbdb"/>
<reportElement uuid="9bf6af16-4242-4e39-b90e-3e0d3fe8cbdb" x="25" y="2" width="131" height="9"/>
<textElement/>
<textFieldExpression><![CDATA[$F{INTERESTADUAL}.equals( "S" )?"Linhas Interestaduais":"Linhas Intermunicipais"]]></textFieldExpression>
</textField>
</band>
@ -371,112 +372,113 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<groupFooter>
<band height="10">
<staticText>
<reportElement x="25" y="0" width="131" height="10" uuid="f949ef6f-903f-45d8-b89f-d16f49e67494"/>
<reportElement uuid="f949ef6f-903f-45d8-b89f-d16f49e67494" x="25" y="0" width="131" height="10"/>
<textElement/>
<text><![CDATA[ Sub Total:]]></text>
</staticText>
<textField pattern="#,##0.00">
<reportElement x="235" y="0" width="33" height="10" uuid="041e4886-2c87-4687-8f2e-f2fbbe18729d"/>
<reportElement uuid="041e4886-2c87-4687-8f2e-f2fbbe18729d" x="235" y="0" width="33" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_INT}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="268" y="0" width="27" height="10" uuid="43aee237-4e26-4dd9-bf69-f61fbf345828"/>
<reportElement uuid="43aee237-4e26-4dd9-bf69-f61fbf345828" x="268" y="0" width="27" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_2}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="295" y="0" width="35" height="10" uuid="da6f1964-eb77-40bf-ba65-6f09ee4e703f"/>
<reportElement uuid="da6f1964-eb77-40bf-ba65-6f09ee4e703f" x="295" y="0" width="35" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_EMBARQUE_2}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="330" y="0" width="37" height="10" uuid="13c20f2f-6815-4c5e-a756-62a635c6129b"/>
<reportElement uuid="13c20f2f-6815-4c5e-a756-62a635c6129b" x="330" y="0" width="37" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_PEDAGIO_2}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="367" y="0" width="40" height="10" uuid="59b3f3b3-7353-406e-a096-2e1dc48b7484"/>
<reportElement uuid="59b3f3b3-7353-406e-a096-2e1dc48b7484" x="367" y="0" width="40" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_TOTAL_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="407" y="0" width="15" height="10" uuid="a3767a6a-79b9-4478-b3e4-b162ebd8b6c4"/>
<reportElement uuid="a3767a6a-79b9-4478-b3e4-b162ebd8b6c4" x="407" y="0" width="15" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{VIAGENS_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="422" y="0" width="18" height="10" uuid="f8ff7dd1-5302-477c-9218-4a1f26f0e100"/>
<reportElement uuid="f8ff7dd1-5302-477c-9218-4a1f26f0e100" x="422" y="0" width="18" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{VIAGENS_EXTRA_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="440" y="0" width="25" height="10" uuid="643a74d1-fc89-4246-b384-91b38e32c618"/>
<reportElement uuid="643a74d1-fc89-4246-b384-91b38e32c618" x="440" y="0" width="25" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{VIAGENS_TOTAL_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="465" y="0" width="45" height="10" uuid="6b176547-673b-4b46-8c0c-911763d52325"/>
<reportElement uuid="6b176547-673b-4b46-8c0c-911763d52325" x="465" y="0" width="45" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{KM_RODADO_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="514" y="0" width="18" height="10" uuid="3bc49334-8935-4b95-8686-65b2baf249a7"/>
<reportElement uuid="3bc49334-8935-4b95-8686-65b2baf249a7" x="514" y="0" width="18" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_2}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement mode="Transparent" x="532" y="0" width="33" height="10" uuid="ccf12c36-31bc-4819-b94d-3ce42c238820"/>
<reportElement uuid="ccf12c36-31bc-4819-b94d-3ce42c238820" mode="Transparent" x="532" y="0" width="33" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_EQUIVALENTE_2}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="565" y="0" width="25" height="10" uuid="0359e97f-5c6c-4265-b1de-6f8facc625e7"/>
<reportElement uuid="0359e97f-5c6c-4265-b1de-6f8facc625e7" x="565" y="0" width="25" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_MPA_2}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="591" y="0" width="26" height="10" uuid="0e0b4d6d-2f9e-4d0f-a94c-904a514e59cb"/>
<reportElement uuid="0e0b4d6d-2f9e-4d0f-a94c-904a514e59cb" x="591" y="0" width="26" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_MPE_2}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="623" y="0" width="20" height="10" uuid="803a40d7-383b-4a69-98a3-fe5020830ac4"/>
<reportElement uuid="803a40d7-383b-4a69-98a3-fe5020830ac4" x="623" y="0" width="20" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_KM_2}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="663" y="0" width="32" height="10" uuid="def9f63d-940e-468c-95b6-2b79cb58d60a"/>
<reportElement uuid="def9f63d-940e-468c-95b6-2b79cb58d60a" x="663" y="0" width="32" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_VIAGEM_2}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="643" y="0" width="20" height="10" uuid="cb2e8937-83c0-4a78-a8f7-568141922cad"/>
<reportElement uuid="cb2e8937-83c0-4a78-a8f7-568141922cad" x="643" y="0" width="20" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{EQ_2}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="736" y="0" width="35" height="10" uuid="938accbf-05a4-46f2-87a2-91891f82252f"/>
<reportElement uuid="938accbf-05a4-46f2-87a2-91891f82252f" x="736" y="0" width="35" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PAX_KM_2}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="695" y="0" width="41" height="10" uuid="90494c53-7ffb-481b-862e-8568cf819594"/>
<reportElement uuid="90494c53-7ffb-481b-862e-8568cf819594" x="695" y="0" width="41" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{PAX_OFERTADO_2}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="771" y="0" width="30" height="10" uuid="bddaad96-34a4-4bff-b094-5e8970bb92e8"/>
<reportElement uuid="bddaad96-34a4-4bff-b094-5e8970bb92e8" x="771" y="0" width="30" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{IAP_2}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="156" y="0" width="79" height="10" uuid="5585fe48-2797-482a-8008-0e472178c77e"/>
<reportElement uuid="5585fe48-2797-482a-8008-0e472178c77e" x="156" y="0" width="79" height="10"/>
<textElement>
<font size="5"/>
</textElement>
@ -490,11 +492,12 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<groupHeader>
<band height="10">
<textField>
<reportElement x="25" y="1" width="131" height="9" uuid="2bce894e-4df1-466e-90ba-6bd518ea4376"/>
<reportElement uuid="2bce894e-4df1-466e-90ba-6bd518ea4376" x="25" y="1" width="131" height="9"/>
<textElement/>
<textFieldExpression><![CDATA[$F{GRUPO_LINHA}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="0" width="801" height="1" uuid="095b53f2-ed2e-4c2f-8b03-fd362ba20e4a"/>
<reportElement uuid="095b53f2-ed2e-4c2f-8b03-fd362ba20e4a" x="0" y="0" width="801" height="1"/>
<graphicElement>
<pen lineWidth="0.5"/>
</graphicElement>
@ -504,112 +507,113 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<groupFooter>
<band height="13">
<staticText>
<reportElement x="25" y="3" width="131" height="10" uuid="eb3f487a-567e-4e6c-8859-09279ab6e95c"/>
<reportElement uuid="eb3f487a-567e-4e6c-8859-09279ab6e95c" x="25" y="3" width="131" height="10"/>
<textElement/>
<text><![CDATA[ Total do Grupo:]]></text>
</staticText>
<textField pattern="#,##0.00">
<reportElement x="235" y="3" width="33" height="10" uuid="db1cd701-47d4-441a-ab78-f9e7aa686ad0"/>
<reportElement uuid="db1cd701-47d4-441a-ab78-f9e7aa686ad0" x="235" y="3" width="33" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_GRP}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="268" y="3" width="27" height="10" uuid="b0221c98-0ea2-4982-ad3d-129e4a91eb94"/>
<reportElement uuid="b0221c98-0ea2-4982-ad3d-129e4a91eb94" x="268" y="3" width="27" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_1}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="295" y="3" width="35" height="10" uuid="a5aecb48-d419-406a-b4ab-3dad24491fea"/>
<reportElement uuid="a5aecb48-d419-406a-b4ab-3dad24491fea" x="295" y="3" width="35" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_EMBARQUE_1}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="330" y="3" width="37" height="10" uuid="dc6ef510-1db0-4682-b6f3-13e31ef5a838"/>
<reportElement uuid="dc6ef510-1db0-4682-b6f3-13e31ef5a838" x="330" y="3" width="37" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_PEDAGIO_1}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="367" y="3" width="40" height="10" uuid="fb906a2d-72ab-4301-ada9-002950616b02"/>
<reportElement uuid="fb906a2d-72ab-4301-ada9-002950616b02" x="367" y="3" width="40" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_TOTAL_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="407" y="3" width="15" height="10" uuid="2e01f4b5-2734-4b58-a01f-859148abe053"/>
<reportElement uuid="2e01f4b5-2734-4b58-a01f-859148abe053" x="407" y="3" width="15" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{VIAGENS_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="422" y="3" width="18" height="10" uuid="c4065256-4776-41b7-9d17-0d7a9e8e4de9"/>
<reportElement uuid="c4065256-4776-41b7-9d17-0d7a9e8e4de9" x="422" y="3" width="18" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{VIAGENS_EXTRA_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="440" y="3" width="25" height="10" uuid="1a602ed2-d5d6-4ded-b707-c7e683b0587b"/>
<reportElement uuid="1a602ed2-d5d6-4ded-b707-c7e683b0587b" x="440" y="3" width="25" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{VIAGENS_TOTAL_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="465" y="3" width="45" height="10" uuid="a63b3e4d-5cc2-44c0-8e6c-7cb541ddf940"/>
<reportElement uuid="a63b3e4d-5cc2-44c0-8e6c-7cb541ddf940" x="465" y="3" width="45" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{KM_RODADO_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="514" y="3" width="18" height="10" uuid="dede42db-eaf2-4b63-a508-c90517d2a54e"/>
<reportElement uuid="dede42db-eaf2-4b63-a508-c90517d2a54e" x="514" y="3" width="18" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_1}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement mode="Transparent" x="532" y="3" width="33" height="10" uuid="d1797148-777c-4f49-98ba-5c209760a467"/>
<reportElement uuid="d1797148-777c-4f49-98ba-5c209760a467" mode="Transparent" x="532" y="3" width="33" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_EQUIVALENTE_1}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="565" y="3" width="25" height="10" uuid="c3185c7f-5a88-4ae7-b13a-c1ddd6f1ee27"/>
<reportElement uuid="c3185c7f-5a88-4ae7-b13a-c1ddd6f1ee27" x="565" y="3" width="25" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_MPA_1}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="591" y="3" width="26" height="10" uuid="3feb9928-9ade-41a0-b31e-5e1cbbc0d735"/>
<reportElement uuid="3feb9928-9ade-41a0-b31e-5e1cbbc0d735" x="591" y="3" width="26" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_MPE_1}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="623" y="3" width="20" height="10" uuid="a5aacae3-b107-43b0-8db3-186cd6a3f619"/>
<reportElement uuid="a5aacae3-b107-43b0-8db3-186cd6a3f619" x="623" y="3" width="20" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_KM_1}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="643" y="3" width="20" height="10" uuid="9f5c694a-56ed-4f9d-a19f-1dc70894f76d"/>
<reportElement uuid="9f5c694a-56ed-4f9d-a19f-1dc70894f76d" x="643" y="3" width="20" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{EQ_1}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="663" y="3" width="32" height="10" uuid="453574ed-a800-4690-8305-175b10dc5346"/>
<reportElement uuid="453574ed-a800-4690-8305-175b10dc5346" x="663" y="3" width="32" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_VIAGEM_1}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="736" y="3" width="35" height="10" uuid="1d66a926-6d03-4df6-9bd4-c2c1b8bf206f"/>
<reportElement uuid="1d66a926-6d03-4df6-9bd4-c2c1b8bf206f" x="736" y="3" width="35" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PAX_KM_1}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="695" y="3" width="41" height="10" uuid="2bcd1fde-444b-4332-9ff8-c76d76ce77d6"/>
<reportElement uuid="2bcd1fde-444b-4332-9ff8-c76d76ce77d6" x="695" y="3" width="41" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{PAX_OFERTADO_1}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="771" y="3" width="30" height="10" uuid="2f2294c0-dad9-4ee9-b875-e99dc1d66a73"/>
<reportElement uuid="2f2294c0-dad9-4ee9-b875-e99dc1d66a73" x="771" y="3" width="30" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{IAP_1}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="156" y="3" width="79" height="10" uuid="8ff26ab0-49ff-4c80-8c96-9a7eefa0c38a"/>
<reportElement uuid="8ff26ab0-49ff-4c80-8c96-9a7eefa0c38a" x="156" y="3" width="79" height="10"/>
<textElement>
<font size="5"/>
</textElement>
@ -624,7 +628,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<pageHeader>
<band height="83" splitType="Stretch">
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="0" y="21" width="300" height="13" forecolor="#000000" backcolor="#FFFFFF" uuid="4c19b162-dfd6-48b7-b393-b7203a1bcd68"/>
<reportElement uuid="4c19b162-dfd6-48b7-b393-b7203a1bcd68" mode="Transparent" x="0" y="21" width="300" height="13" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -632,7 +636,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$P{NOME_RELATORIO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="0" y="35" width="156" height="13" forecolor="#000000" backcolor="#FFFFFF" uuid="886fdbb8-b6c4-4ba1-98b8-15d9047cec7f"/>
<reportElement uuid="886fdbb8-b6c4-4ba1-98b8-15d9047cec7f" mode="Transparent" x="0" y="35" width="156" height="13" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -640,7 +644,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$R{cabecalho.periodo}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement mode="Transparent" x="156" y="35" width="82" height="13" forecolor="#000000" backcolor="#FFFFFF" uuid="18ea34bb-d251-4e11-8589-235007cb2544"/>
<reportElement uuid="18ea34bb-d251-4e11-8589-235007cb2544" mode="Transparent" x="156" y="35" width="82" height="13" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -648,7 +652,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$P{DATA_INICIAL}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="false">
<reportElement mode="Transparent" x="372" y="35" width="138" height="13" forecolor="#000000" backcolor="#FFFFFF" uuid="68db054c-7950-4088-9373-de44bff98b7c"/>
<reportElement uuid="68db054c-7950-4088-9373-de44bff98b7c" mode="Transparent" x="372" y="35" width="138" height="13" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -656,7 +660,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$P{DATA_FINAL}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="238" y="35" width="62" height="13" forecolor="#000000" backcolor="#FFFFFF" uuid="b137a935-0ee3-4e32-9f1e-81eaae50fb0c"/>
<reportElement uuid="b137a935-0ee3-4e32-9f1e-81eaae50fb0c" mode="Transparent" x="238" y="35" width="62" height="13" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -664,7 +668,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$R{cabecalho.periodoA}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="0" y="1" width="300" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="06a3d1b5-6685-4431-9578-dc0df27ee598"/>
<reportElement uuid="06a3d1b5-6685-4431-9578-dc0df27ee598" mode="Transparent" x="0" y="1" width="300" height="20" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="12" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -672,7 +676,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$P{EMPRESA}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy HH:mm" isBlankWhenNull="false">
<reportElement mode="Transparent" x="695" y="2" width="106" height="19" forecolor="#000000" backcolor="#FFFFFF" uuid="ee4f1d8d-ab87-49b7-af10-578709b54e88"/>
<reportElement uuid="ee4f1d8d-ab87-49b7-af10-578709b54e88" mode="Transparent" x="695" y="2" width="106" height="19" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -680,14 +684,14 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField>
<textField>
<reportElement x="514" y="2" width="181" height="19" uuid="87a53987-9821-4624-b0e0-e28617218944"/>
<reportElement uuid="87a53987-9821-4624-b0e0-e28617218944" x="514" y="2" width="181" height="19"/>
<textElement textAlignment="Right">
<font size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{cabecalho.dataHora}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="623" y="22" width="113" height="13" forecolor="#000000" backcolor="#FFFFFF" uuid="43a80a09-d61c-47e9-bf58-4463f67dae6f"/>
<reportElement uuid="43a80a09-d61c-47e9-bf58-4463f67dae6f" mode="Transparent" x="623" y="22" width="113" height="13" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -695,7 +699,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$R{cabecalho.pagina}+" "+$V{PAGE_NUMBER}+" "+$R{cabecalho.de}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="623" y="35" width="178" height="13" forecolor="#000000" backcolor="#FFFFFF" uuid="aba1011b-5b9f-4f9f-82da-b60daa0aec6e"/>
<reportElement uuid="aba1011b-5b9f-4f9f-82da-b60daa0aec6e" mode="Transparent" x="623" y="35" width="178" height="13" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -703,7 +707,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$R{cabecalho.impressorPor}+" "+$P{USUARIO}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="0" y="52" width="156" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="3aa0af99-e71b-4318-aec2-b466c14702db"/>
<reportElement uuid="3aa0af99-e71b-4318-aec2-b466c14702db" mode="Transparent" x="0" y="52" width="156" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -711,17 +715,17 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textFieldExpression><![CDATA[$R{cabecalho.filtros}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="156" y="52" width="645" height="14" uuid="cbbf0c9d-061e-4da8-bfa8-4edf2affada5"/>
<reportElement uuid="cbbf0c9d-061e-4da8-bfa8-4edf2affada5" x="156" y="52" width="645" height="14"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$P{FILTROS}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="75" width="801" height="1" uuid="db16cef4-cd72-45c5-8469-459c9ab3e032"/>
<reportElement uuid="db16cef4-cd72-45c5-8469-459c9ab3e032" x="0" y="75" width="801" height="1"/>
</line>
<textField evaluationTime="Report" pattern="" isBlankWhenNull="false">
<reportElement mode="Transparent" x="736" y="22" width="65" height="13" forecolor="#000000" backcolor="#FFFFFF" uuid="636d549e-b5c2-4b0e-84a7-a80b2e3c88ca"/>
<reportElement uuid="636d549e-b5c2-4b0e-84a7-a80b2e3c88ca" mode="Transparent" x="736" y="22" width="65" height="13" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="9" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -733,14 +737,14 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<columnHeader>
<band height="32" splitType="Stretch">
<staticText>
<reportElement x="0" y="16" width="25" height="14" uuid="69af5fee-1749-41a5-bf3d-e53db355ddd2"/>
<reportElement uuid="69af5fee-1749-41a5-bf3d-e53db355ddd2" x="0" y="16" width="25" height="14"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<text><![CDATA[Cod.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="25" y="16" width="131" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="f39411fa-dfc8-4b51-a705-53b2ed781e10"/>
<reportElement uuid="f39411fa-dfc8-4b51-a705-53b2ed781e10" mode="Transparent" x="25" y="16" width="131" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -748,7 +752,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Linha]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="156" y="16" width="15" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="9d8575a4-d773-4713-abc1-11741c586b24"/>
<reportElement uuid="9d8575a4-d773-4713-abc1-11741c586b24" mode="Transparent" x="156" y="16" width="15" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -756,7 +760,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Lot.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="171" y="16" width="10" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="7a75fbcb-13b1-47a1-885d-e7255206654c"/>
<reportElement uuid="7a75fbcb-13b1-47a1-885d-e7255206654c" mode="Transparent" x="171" y="16" width="10" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -764,7 +768,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Cla.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="181" y="16" width="29" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="796d78cd-ff11-4469-9dbe-7abbb92f4868"/>
<reportElement uuid="796d78cd-ff11-4469-9dbe-7abbb92f4868" mode="Transparent" x="181" y="16" width="29" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -772,7 +776,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Extensão]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="210" y="16" width="25" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="d3f5465b-9474-466a-840e-554872f108fa"/>
<reportElement uuid="d3f5465b-9474-466a-840e-554872f108fa" mode="Transparent" x="210" y="16" width="25" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -780,7 +784,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Tarifa]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="235" y="16" width="33" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="deca7e00-7f89-4dac-ad2e-89eaeb59ba6c"/>
<reportElement uuid="deca7e00-7f89-4dac-ad2e-89eaeb59ba6c" mode="Transparent" x="235" y="16" width="33" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -788,7 +792,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Passagens]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="268" y="16" width="27" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="78c11d55-5b14-4e0d-9a41-a921da36c477"/>
<reportElement uuid="78c11d55-5b14-4e0d-9a41-a921da36c477" mode="Transparent" x="268" y="16" width="27" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -796,7 +800,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Seguro]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="295" y="16" width="35" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="9a3b4f6e-79aa-46a7-8edb-5b4a217301d4"/>
<reportElement uuid="9a3b4f6e-79aa-46a7-8edb-5b4a217301d4" mode="Transparent" x="295" y="16" width="35" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -804,7 +808,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Embarque]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="330" y="16" width="37" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="037e186a-34d1-4774-be91-0f53474af75b"/>
<reportElement uuid="037e186a-34d1-4774-be91-0f53474af75b" mode="Transparent" x="330" y="16" width="37" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -812,7 +816,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Pedagio]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="367" y="16" width="40" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="be5c09d6-13c0-4d7f-83ec-f5718fe019d2"/>
<reportElement uuid="be5c09d6-13c0-4d7f-83ec-f5718fe019d2" mode="Transparent" x="367" y="16" width="40" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -820,7 +824,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Total]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="407" y="16" width="15" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="859a71a0-b584-489e-b099-cc127b5ea027"/>
<reportElement uuid="859a71a0-b584-489e-b099-cc127b5ea027" mode="Transparent" x="407" y="16" width="15" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -828,7 +832,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Ord.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="422" y="16" width="18" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="b9328b6f-5e2b-4412-a2bb-f1ab50a00ae8"/>
<reportElement uuid="b9328b6f-5e2b-4412-a2bb-f1ab50a00ae8" mode="Transparent" x="422" y="16" width="18" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -836,7 +840,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Extra]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="440" y="16" width="25" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="25946740-ff9b-4421-92c4-237b7b5c06c5"/>
<reportElement uuid="25946740-ff9b-4421-92c4-237b7b5c06c5" mode="Transparent" x="440" y="16" width="25" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -844,7 +848,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Total]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="465" y="16" width="45" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="0c75fb19-0d9a-4b66-9e3c-4d714cae6079"/>
<reportElement uuid="0c75fb19-0d9a-4b66-9e3c-4d714cae6079" mode="Transparent" x="465" y="16" width="45" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -852,7 +856,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Km Rodado]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="514" y="16" width="18" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="998f2194-128e-4132-b882-9188016b3d87"/>
<reportElement uuid="998f2194-128e-4132-b882-9188016b3d87" mode="Transparent" x="514" y="16" width="18" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -860,7 +864,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Abs.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="565" y="16" width="25" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="ddc8db3b-b459-4b86-9862-311f9530786b"/>
<reportElement uuid="ddc8db3b-b459-4b86-9862-311f9530786b" mode="Transparent" x="565" y="16" width="25" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -868,7 +872,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[MPA]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="532" y="16" width="33" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="56978e81-7af5-4596-b12c-faa90561c0fa"/>
<reportElement uuid="56978e81-7af5-4596-b12c-faa90561c0fa" mode="Transparent" x="532" y="16" width="33" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -876,7 +880,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[Equival.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="591" y="16" width="26" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="d5dd65d5-24a2-454e-a516-6847f0abf648"/>
<reportElement uuid="d5dd65d5-24a2-454e-a516-6847f0abf648" mode="Transparent" x="591" y="16" width="26" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -884,7 +888,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[MPE]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="623" y="16" width="20" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="31f020bf-2be6-4f3c-98ec-6dffc692dfc6"/>
<reportElement uuid="31f020bf-2be6-4f3c-98ec-6dffc692dfc6" mode="Transparent" x="623" y="16" width="20" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -892,7 +896,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[R$/KM]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="643" y="16" width="20" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="ea2e82c6-9390-4fca-9158-94f17dc4360a"/>
<reportElement uuid="ea2e82c6-9390-4fca-9158-94f17dc4360a" mode="Transparent" x="643" y="16" width="20" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -900,7 +904,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[EQ.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="663" y="16" width="32" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="5f13dda7-5e2c-4c1a-a8cc-03cb2e0ea46b"/>
<reportElement uuid="5f13dda7-5e2c-4c1a-a8cc-03cb2e0ea46b" mode="Transparent" x="663" y="16" width="32" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -908,7 +912,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[R$/Viagem]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="736" y="16" width="35" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="50c7e602-bf62-49c7-aab5-a923ae173891"/>
<reportElement uuid="50c7e602-bf62-49c7-aab5-a923ae173891" mode="Transparent" x="736" y="16" width="35" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -916,7 +920,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<text><![CDATA[PAX. Trans.]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="771" y="16" width="30" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="11d0f094-3bb0-4ffb-bdf6-8ff8a0831a22"/>
<reportElement uuid="11d0f094-3bb0-4ffb-bdf6-8ff8a0831a22" mode="Transparent" x="771" y="16" width="30" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -925,46 +929,46 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
</staticText>
<elementGroup>
<staticText>
<reportElement x="181" y="2" width="191" height="8" uuid="c44f403d-3437-470d-9ec6-de363516687e"/>
<reportElement uuid="c44f403d-3437-470d-9ec6-de363516687e" x="181" y="2" width="191" height="8"/>
<textElement textAlignment="Center"/>
<text><![CDATA[RECEITA]]></text>
</staticText>
<line>
<reportElement x="181" y="11" width="154" height="1" uuid="3031bb9a-2f49-447e-9b79-738d5a765c61"/>
<reportElement uuid="3031bb9a-2f49-447e-9b79-738d5a765c61" x="181" y="11" width="154" height="1"/>
</line>
</elementGroup>
<elementGroup>
<staticText>
<reportElement x="372" y="2" width="138" height="8" uuid="de763f1e-efcb-42a3-895e-5e0f76df37a1"/>
<reportElement uuid="de763f1e-efcb-42a3-895e-5e0f76df37a1" x="372" y="2" width="138" height="8"/>
<textElement textAlignment="Center"/>
<text><![CDATA[VIAGENS]]></text>
</staticText>
<line>
<reportElement x="372" y="11" width="138" height="1" uuid="b0b782a1-761e-46b7-8aec-6caedfa6a501"/>
<reportElement uuid="b0b782a1-761e-46b7-8aec-6caedfa6a501" x="372" y="11" width="138" height="1"/>
</line>
</elementGroup>
<elementGroup>
<staticText>
<reportElement x="514" y="2" width="103" height="8" uuid="5166c53c-552f-48f0-84b0-000cc670faef"/>
<reportElement uuid="5166c53c-552f-48f0-84b0-000cc670faef" x="514" y="2" width="103" height="8"/>
<textElement textAlignment="Center"/>
<text><![CDATA[PASSAGEIROS]]></text>
</staticText>
<line>
<reportElement x="514" y="11" width="103" height="1" uuid="c9726b5f-4f89-4c7c-ab63-a7a893bcd3b8"/>
<reportElement uuid="c9726b5f-4f89-4c7c-ab63-a7a893bcd3b8" x="514" y="11" width="103" height="1"/>
</line>
</elementGroup>
<elementGroup>
<staticText>
<reportElement x="623" y="2" width="178" height="8" uuid="a1bffc92-03fd-4b36-958a-42daba63eeb6"/>
<reportElement uuid="a1bffc92-03fd-4b36-958a-42daba63eeb6" x="623" y="2" width="178" height="8"/>
<textElement textAlignment="Center"/>
<text><![CDATA[PARÂMETROS OPERACIONAIS]]></text>
</staticText>
<line>
<reportElement x="623" y="11" width="178" height="1" uuid="215a5a7f-9389-4c1c-8022-01dc4504b996"/>
<reportElement uuid="215a5a7f-9389-4c1c-8022-01dc4504b996" x="623" y="11" width="178" height="1"/>
</line>
</elementGroup>
<staticText>
<reportElement mode="Transparent" x="695" y="16" width="41" height="14" forecolor="#000000" backcolor="#FFFFFF" uuid="b063e934-2c41-4b8b-a5cd-a58832a9d88d"/>
<reportElement uuid="b063e934-2c41-4b8b-a5cd-a58832a9d88d" mode="Transparent" x="695" y="16" width="41" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Middle" rotation="None" markup="none">
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
@ -976,137 +980,137 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<detail>
<band height="9" splitType="Stretch">
<textField isBlankWhenNull="true">
<reportElement x="0" y="0" width="25" height="9" uuid="3806ad9e-a061-446b-b913-8e5154e42c17"/>
<reportElement uuid="3806ad9e-a061-446b-b913-8e5154e42c17" x="0" y="0" width="25" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{NUMRUTA}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="25" y="0" width="131" height="9" uuid="9c07acec-d267-4686-b7b0-edbb1899fc95"/>
<reportElement uuid="9c07acec-d267-4686-b7b0-edbb1899fc95" x="25" y="0" width="131" height="9"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{DESCRUTA}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="210" y="0" width="25" height="9" uuid="47b2ffb9-a905-4ebf-900a-28c8103e8cec"/>
<reportElement uuid="47b2ffb9-a905-4ebf-900a-28c8103e8cec" x="210" y="0" width="25" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{TARIFA}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="181" y="0" width="29" height="9" uuid="0e3f1f2d-a83f-4e9a-ba34-db10a68e9c6c"/>
<reportElement uuid="0e3f1f2d-a83f-4e9a-ba34-db10a68e9c6c" x="181" y="0" width="29" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{EXTENSAO_KM}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="268" y="0" width="27" height="9" uuid="01b843c0-fd06-4151-9cfd-a15a1d6f7afb"/>
<reportElement uuid="01b843c0-fd06-4151-9cfd-a15a1d6f7afb" x="268" y="0" width="27" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RECEITA_SEGURO}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="295" y="0" width="35" height="9" uuid="908b363d-27a9-4f48-a601-0506227e0ab4"/>
<reportElement uuid="908b363d-27a9-4f48-a601-0506227e0ab4" x="295" y="0" width="35" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RECEITA_EMBARQUE}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="330" y="0" width="37" height="9" uuid="f223321b-454b-4b7c-aa70-698525f5ba33"/>
<reportElement uuid="f223321b-454b-4b7c-aa70-698525f5ba33" x="330" y="0" width="37" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RECEITA_PEDAGIO}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="235" y="0" width="33" height="9" uuid="f0e8fc9a-4e83-4e23-a959-85701a6a2513"/>
<reportElement uuid="f0e8fc9a-4e83-4e23-a959-85701a6a2513" x="235" y="0" width="33" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RECEITA_TARIFA}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="407" y="0" width="15" height="9" uuid="3b54d0f0-816a-42e3-949a-ff8a764c7926"/>
<reportElement uuid="3b54d0f0-816a-42e3-949a-ff8a764c7926" x="407" y="0" width="15" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{VIAGENS}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="422" y="0" width="18" height="9" uuid="e60bbc3e-0f01-4e38-9a2f-6a870199e999"/>
<reportElement uuid="e60bbc3e-0f01-4e38-9a2f-6a870199e999" x="422" y="0" width="18" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{VIAGENS_EXTRA}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="440" y="0" width="25" height="9" uuid="2f23db7f-13ce-45c7-b72a-cd019807d422"/>
<reportElement uuid="2f23db7f-13ce-45c7-b72a-cd019807d422" x="440" y="0" width="25" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{VIAGENS_TOTAL}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="367" y="0" width="40" height="9" uuid="8b73a35d-2dcb-46e6-b055-2b683b6c227c"/>
<reportElement uuid="8b73a35d-2dcb-46e6-b055-2b683b6c227c" x="367" y="0" width="40" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RECEITA_TOTAL}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="465" y="0" width="45" height="9" uuid="f53b87cd-bf78-423c-8370-da117fbfe57e"/>
<reportElement uuid="f53b87cd-bf78-423c-8370-da117fbfe57e" x="465" y="0" width="45" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{KM_RODADO}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="514" y="0" width="18" height="9" uuid="775711fe-9467-4465-b092-80ef51ead84d"/>
<reportElement uuid="775711fe-9467-4465-b092-80ef51ead84d" x="514" y="0" width="18" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PASSAGEIROS}]]></textFieldExpression>
</textField>
<textField pattern="###0.00" isBlankWhenNull="true">
<reportElement x="532" y="0" width="33" height="9" uuid="25394a2c-dbf5-46b5-ae4e-375dd9864630"/>
<reportElement uuid="25394a2c-dbf5-46b5-ae4e-375dd9864630" x="532" y="0" width="33" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PASSAGEIROS_EQUIVALENTE}]]></textFieldExpression>
</textField>
<textField pattern="###0.00" isBlankWhenNull="true">
<reportElement x="565" y="0" width="25" height="9" uuid="ac90046e-a510-4587-8d6a-cbf419b713f6"/>
<reportElement uuid="ac90046e-a510-4587-8d6a-cbf419b713f6" x="565" y="0" width="25" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PASSAGEIROS_MPA}]]></textFieldExpression>
</textField>
<textField pattern="###0.00" isBlankWhenNull="true">
<reportElement x="591" y="0" width="26" height="9" uuid="0190c870-c423-4a99-b09d-ce360b0382fa"/>
<reportElement uuid="0190c870-c423-4a99-b09d-ce360b0382fa" x="591" y="0" width="26" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PASSAGEIROS_MPE}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="623" y="0" width="20" height="9" uuid="78d6da19-c9f8-4d7c-a2a7-edda464ebe46"/>
<reportElement uuid="78d6da19-c9f8-4d7c-a2a7-edda464ebe46" x="623" y="0" width="20" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RECEITA_KM}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="663" y="0" width="32" height="9" uuid="8012c831-d025-4bd9-9967-a4fe6f122cd0"/>
<reportElement uuid="8012c831-d025-4bd9-9967-a4fe6f122cd0" x="663" y="0" width="32" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RECEITA_VIAGEM}]]></textFieldExpression>
</textField>
<textField pattern="###0.00" isBlankWhenNull="true">
<reportElement x="643" y="0" width="20" height="9" uuid="c214d5e9-aae9-432f-b566-bc922cefdff6"/>
<reportElement uuid="c214d5e9-aae9-432f-b566-bc922cefdff6" x="643" y="0" width="20" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{EQ}]]></textFieldExpression>
</textField>
<textField pattern="###0.00" isBlankWhenNull="true">
<reportElement x="736" y="0" width="35" height="9" uuid="4a7aebfb-b474-4fb3-9fa6-2e90fd172058"/>
<reportElement uuid="4a7aebfb-b474-4fb3-9fa6-2e90fd172058" x="736" y="0" width="35" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{PAX_KM}]]></textFieldExpression>
</textField>
<textField pattern="###0.00" isBlankWhenNull="true">
<reportElement x="771" y="0" width="30" height="9" uuid="6c7fe634-f8ff-4561-b406-f3a7d81a59d7"/>
<reportElement uuid="6c7fe634-f8ff-4561-b406-f3a7d81a59d7" x="771" y="0" width="30" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{IAP}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="171" y="0" width="10" height="9" uuid="b240b92a-4144-4f01-a5b9-1cdc8d25382b"/>
<reportElement uuid="b240b92a-4144-4f01-a5b9-1cdc8d25382b" x="171" y="0" width="10" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{CVE_CLASE_SERVICIO}]]></textFieldExpression>
</textField>
<textField pattern="###0.00" isBlankWhenNull="true">
<reportElement x="695" y="0" width="41" height="9" uuid="75718ac2-555b-4cc0-99ab-52ea850ee2e9"/>
<reportElement uuid="75718ac2-555b-4cc0-99ab-52ea850ee2e9" x="695" y="0" width="41" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{PAX_OFERTADO}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="156" y="0" width="15" height="9" uuid="d4414d92-bb36-40e7-8677-ada488bb71a6"/>
<reportElement uuid="d4414d92-bb36-40e7-8677-ada488bb71a6" x="156" y="0" width="15" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{ASSENTOS}]]></textFieldExpression>
</textField>
@ -1115,107 +1119,108 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<columnFooter>
<band height="10" splitType="Immediate">
<staticText>
<reportElement x="25" y="0" width="131" height="10" uuid="f4025873-ca53-4e07-ba04-997d5df4df7b"/>
<reportElement uuid="f4025873-ca53-4e07-ba04-997d5df4df7b" x="25" y="0" width="131" height="10"/>
<textElement/>
<text><![CDATA[ Geral]]></text>
</staticText>
<textField pattern="#,##0.00">
<reportElement x="235" y="0" width="33" height="10" uuid="3bfef22c-0a77-422c-ac1d-f4d2535b46ff"/>
<reportElement uuid="3bfef22c-0a77-422c-ac1d-f4d2535b46ff" x="235" y="0" width="33" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_TARIFA_GERAL}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="268" y="0" width="27" height="10" uuid="e3f91e91-6944-48d1-a237-38e52e0a8d7a"/>
<reportElement uuid="e3f91e91-6944-48d1-a237-38e52e0a8d7a" x="268" y="0" width="27" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_SEGURO_3}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="295" y="0" width="35" height="10" uuid="7142b0c4-f126-4565-9b85-a83dd631612e"/>
<reportElement uuid="7142b0c4-f126-4565-9b85-a83dd631612e" x="295" y="0" width="35" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_EMBARQUE_3}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="330" y="0" width="37" height="10" uuid="8d8798a7-a0c3-41ef-b9c8-06b40b8196e3"/>
<reportElement uuid="8d8798a7-a0c3-41ef-b9c8-06b40b8196e3" x="330" y="0" width="37" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_PEDAGIO_3}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="367" y="0" width="40" height="10" uuid="7cb22254-3c7c-4ed3-9c90-2a3dac05e8e0"/>
<reportElement uuid="7cb22254-3c7c-4ed3-9c90-2a3dac05e8e0" x="367" y="0" width="40" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_TOTAL_3}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="407" y="0" width="15" height="10" uuid="7d747ce5-937c-48ee-9fdb-6f346ff4446b"/>
<reportElement uuid="7d747ce5-937c-48ee-9fdb-6f346ff4446b" x="407" y="0" width="15" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{VIAGENS_3}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="422" y="0" width="18" height="10" uuid="2284552a-20c3-494b-a40c-6237001ef20b"/>
<reportElement uuid="2284552a-20c3-494b-a40c-6237001ef20b" x="422" y="0" width="18" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{VIAGENS_EXTRA_3}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="440" y="0" width="25" height="10" uuid="da8315b5-044f-40eb-88d7-c75acc2fc01d"/>
<reportElement uuid="da8315b5-044f-40eb-88d7-c75acc2fc01d" x="440" y="0" width="25" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{VIAGENS_TOTAL_3}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="465" y="0" width="45" height="10" uuid="29a87e9a-930a-417c-b568-f7e030a447ae"/>
<reportElement uuid="29a87e9a-930a-417c-b568-f7e030a447ae" x="465" y="0" width="45" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{KM_RODADO_3}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="514" y="0" width="18" height="10" uuid="11bb7940-dfb1-48a4-9855-5d189309a9a6"/>
<reportElement uuid="11bb7940-dfb1-48a4-9855-5d189309a9a6" x="514" y="0" width="18" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_3}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement mode="Transparent" x="532" y="0" width="33" height="10" uuid="e1d404c1-7d6d-4df5-b95b-43ac42143940"/>
<reportElement uuid="e1d404c1-7d6d-4df5-b95b-43ac42143940" mode="Transparent" x="532" y="0" width="33" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_EQUIVALENTE_3}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="565" y="0" width="25" height="10" uuid="3eb6fb5d-9ebe-4d7b-8330-3fc40aaa42a8"/>
<reportElement uuid="3eb6fb5d-9ebe-4d7b-8330-3fc40aaa42a8" x="565" y="0" width="25" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_MPA_3}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="591" y="0" width="26" height="10" uuid="286fdd0c-a121-4c6e-83e5-114d7307c557"/>
<reportElement uuid="286fdd0c-a121-4c6e-83e5-114d7307c557" x="591" y="0" width="26" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PASSAGEIROS_MPE_3}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="623" y="0" width="20" height="10" uuid="06262876-8581-45b3-abcb-73c9b8996406"/>
<reportElement uuid="06262876-8581-45b3-abcb-73c9b8996406" x="623" y="0" width="20" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_KM_3}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="663" y="0" width="32" height="10" uuid="30561514-bc5c-42cf-8906-89af33a0f831"/>
<reportElement uuid="30561514-bc5c-42cf-8906-89af33a0f831" x="663" y="0" width="32" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_VIAGEM_3}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="643" y="0" width="20" height="10" uuid="c4eb80d5-7b91-4a65-a1c2-812c6a4cddef"/>
<reportElement uuid="c4eb80d5-7b91-4a65-a1c2-812c6a4cddef" x="643" y="0" width="20" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{EQ_3}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="736" y="0" width="35" height="10" uuid="d79c96bc-69a8-4645-be85-28ede43da0a7"/>
<reportElement uuid="d79c96bc-69a8-4645-be85-28ede43da0a7" x="736" y="0" width="35" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PAX_KM_3}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="695" y="0" width="41" height="10" uuid="579c3d84-f52d-4659-a9b1-9647f971ec92"/>
<reportElement uuid="579c3d84-f52d-4659-a9b1-9647f971ec92" x="695" y="0" width="41" height="10"/>
<textElement textAlignment="Right">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{PAX_OFERTADO_3}]]></textFieldExpression>
</textField>
<textField pattern="###0.00">
<reportElement x="771" y="0" width="30" height="10" uuid="cf84b174-34e9-40e6-9986-f0464ea4f0c1"/>
<reportElement uuid="cf84b174-34e9-40e6-9986-f0464ea4f0c1" x="771" y="0" width="30" height="10"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{IAP_3}]]></textFieldExpression>
</textField>
@ -1224,7 +1229,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<noData>
<band height="50">
<textField>
<reportElement x="0" y="13" width="801" height="20" uuid="a640c0eb-ead8-4a2a-bda4-675165e8bc7d"/>
<reportElement uuid="a640c0eb-ead8-4a2a-bda4-675165e8bc7d" x="0" y="13" width="801" height="20"/>
<textElement textAlignment="Center" markup="none">
<font size="11" isBold="true"/>
</textElement>