maia_modificado/.svn/pristine/00/00738f43393ac00d360d881b7e3...

1227 lines
59 KiB
XML
Executable File

<?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="destruirArmasRprte" printOrder="Horizontal" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="AllSectionsNoDetail" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="80331279-9be4-4003-ad3d-d3b8bfdf2084">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="oracle"/>
<property name="ireport.zoom" value="1.5"/>
<property name="ireport.x" value="146"/>
<property name="ireport.y" value="208"/>
<property name="com.jaspersoft.studio.unit." value="pixel"/>
<property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
<property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
<template><![CDATA[$P{pathstyle}]]></template>
<parameter name="pathimage" class="java.lang.String" isForPrompting="false">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["repo:/maia/1/image/logo"]]></defaultValueExpression>
</parameter>
<parameter name="pathstyle" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["repo:/maia/1/style/style"]]></defaultValueExpression>
</parameter>
<parameter name="workingdate" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["2014-09-20"]]></defaultValueExpression>
</parameter>
<parameter name="company" class="java.lang.Integer" isForPrompting="false">
<parameterDescription><![CDATA[compania de trabajo]]></parameterDescription>
<defaultValueExpression><![CDATA[1]]></defaultValueExpression>
</parameter>
<parameter name="pathLogoIzquierda" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/comandoconjunto"]]></defaultValueExpression>
</parameter>
<parameter name="pathLogoDerecha" class="java.lang.String">
<defaultValueExpression><![CDATA["repo:/maia/1/image/selloarmas"]]></defaultValueExpression>
</parameter>
<parameter name="lugarFecha" class="java.lang.String"/>
<parameter name="usuario" class="java.lang.String"/>
<parameter name="fechadecomiso" class="java.lang.String"/>
<parameter name="fecharegistrodecomiso" class="java.lang.String"/>
<parameter name="numerodocumento" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<parameter name="numerocomprobante" class="java.lang.String"/>
<parameter name="cantondecomiso" class="java.lang.String"/>
<parameter name="pnumerotransaccion" class="java.lang.String"/>
<parameter name="organismocontrol" class="java.lang.String"/>
<parameter name="unidadcontrol" class="java.lang.String"/>
<parameter name="provinciadecomiso" class="java.lang.String"/>
<parameter name="cuidaddecomiso" class="java.lang.String"/>
<parameter name="nombredecomisadopor" class="java.lang.String"/>
<parameter name="parroquiadecomiso" class="java.lang.String"/>
<parameter name="direcciondecomiso" class="java.lang.String"/>
<parameter name="portadordecomiso" class="java.lang.String"/>
<parameter name="numerodocumentoportador" class="java.lang.String"/>
<parameter name="tipoproceso" class="java.lang.String"/>
<queryString>
<![CDATA[select rownum no, b.name,
(select cat.description
from tgenecatalogdetail cat, tarmtipoarmaexplosivo tae
where cat.catalog=tae.clase
and cat.catalogcode = tae.clasecodigo
and d.ctipoarmaexplosivo = tae.ctipoarmaexplosivo) as clase,
(select cat.description
from tgenecatalogdetail cat, tarmtipoarmaexplosivo tae
where cat.catalog=tae.tipoarmaexplosivo
and cat.catalogcode = tae.tipoarmaexplosivocodigo
and d.ctipoarmaexplosivo = tae.ctipoarmaexplosivo) as tipo_arma,
d.lote as serie,
(select cat.description
from tgenecatalogdetail cat, tarmtipoarmaexplosivo tae
where cat.catalog=tae.calibre
and cat.catalogcode = tae.calibrecodigo
and d.ctipoarmaexplosivo = tae.ctipoarmaexplosivo) as calibre_arma,
(select cat.description
from tgenecatalogdetail cat
where cat.catalog=d.marca
and cat.catalogcode = d.marcacodigo) marca_arma,
d.cantidad as cantidad,
d.peso as peso,
(select cat.description
from tgenecatalogdetail cat, tarmtipoarmaexplosivo tae
where cat.catalog=tae.unidadmedidapeso
and cat.catalogcode = tae.unidadmedidapesocodigo
and d.ctipoarmaexplosivo = tae.ctipoarmaexplosivo) unidad_medida,
a.observacion as observacion,
(select cat.description
from tgenecatalogdetail cat
where cat.catalog=a.motivodecomiso
and cat.catalogcode = a.motivodecomisocodigo) motivo
from tarmdecomiso h
LEFT JOIN TCUSTPERSONDETAIL b on h.personcode = b.personcode
left join tarmdecomisoarma a on h.cdecomiso = a.cdecomiso
left join tarmarmas d on a.carma = d.carma
where b.dateto = to_date('2999-12-31','yyyy-MM-dd')
and h.numerotransaccion = $P{pnumerotransaccion}]]>
</queryString>
<field name="NO" class="java.math.BigDecimal"/>
<field name="NAME" class="java.lang.String"/>
<field name="CLASE" class="java.lang.String"/>
<field name="TIPO_ARMA" class="java.lang.String"/>
<field name="SERIE" class="java.lang.String"/>
<field name="CALIBRE_ARMA" class="java.lang.String"/>
<field name="MARCA_ARMA" class="java.lang.String"/>
<field name="CANTIDAD" class="java.math.BigDecimal"/>
<field name="PESO" class="java.math.BigDecimal"/>
<field name="UNIDAD_MEDIDA" class="java.lang.String"/>
<field name="OBSERVACION" class="java.lang.String"/>
<field name="MOTIVO" class="java.lang.String"/>
<variable name="NUMDOCUMENTO_1" class="java.lang.Integer" resetType="Column" calculation="Count">
<variableExpression><![CDATA[]]></variableExpression>
</variable>
<variable name="ESTADO_2" class="java.lang.Integer" resetType="Column" calculation="Count">
<variableExpression><![CDATA[]]></variableExpression>
</variable>
<background>
<band height="50"/>
</background>
<title>
<band height="117" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement uuid="a5555ed3-8bce-44fd-afbb-28084239a1a1" style="title" x="182" y="24" width="450" height="20" forecolor="#000000"/>
<textElement textAlignment="Center" verticalAlignment="Middle"/>
<text><![CDATA[SISTEMA INFORMATICO DE CONTROL DE ARMAS DEL CC.FF.AA]]></text>
</staticText>
<image>
<reportElement uuid="5c1c706c-0485-4d8f-be4c-9ad18ad76225" x="79" y="19" width="80" height="80">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<imageExpression><![CDATA[$P{pathLogoIzquierda}]]></imageExpression>
</image>
<image>
<reportElement uuid="560083e4-2ae5-4b08-9886-6b1c828f2fe1" x="655" y="19" width="80" height="80">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<imageExpression><![CDATA[$P{pathLogoDerecha}]]></imageExpression>
</image>
<textField>
<reportElement uuid="2cf65c1d-5334-4975-b745-0954b07a7a16" style="title1" x="182" y="47" width="450" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{organismocontrol}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="6b1f6f30-4fbf-4159-b5b3-6870e8e4ca1d" style="title2" x="182" y="67" width="450" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{unidadcontrol}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="1cd583fc-f61c-455c-bcd4-e4ab7655c60a" style="title" x="182" y="89" width="450" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{tipoproceso}]]></textFieldExpression>
</textField>
</band>
</title>
<pageHeader>
<band height="171" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement uuid="1df04bda-9bbc-480c-a86b-f002d3e297bd" style="subtitle" x="1" y="13" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[No. Transacción:]]></text>
</staticText>
<staticText>
<reportElement uuid="da77ab41-5ca1-41c6-bfe8-55e837d087fe" style="subtitlebold" x="2" y="154" width="190" height="16" forecolor="#000000"/>
<textElement textAlignment="Left">
<font isBold="true"/>
</textElement>
<text><![CDATA[Detalles de Materiales Decomisados:]]></text>
</staticText>
<textField>
<reportElement uuid="2cf52bc5-c9ba-4f74-b48b-205fb7412d8c" style="subtitle" x="131" y="13" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{pnumerotransaccion}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="76dd274f-7972-46c0-b7bd-be85f9e9005d" style="subtitle" x="131" y="28" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{nombredecomisadopor}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="1e34a8aa-5e57-4647-92ec-176504d546cd" style="subtitle" x="1" y="28" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Decomiso por:]]></text>
</staticText>
<textField>
<reportElement uuid="c9dca77d-3653-4ebb-925b-436f33949ba2" style="subtitle" x="131" y="43" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{numerodocumento}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="5db86882-2dda-4b30-b93d-6501fad1824d" style="subtitle" x="1" y="43" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[No. Documento:]]></text>
</staticText>
<textField>
<reportElement uuid="686e9c03-5789-4495-ab46-b57273ef0857" style="subtitle" x="131" y="58" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{organismocontrol}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="4bfe372f-b8b0-4e15-9ae0-f8d8ef95e0cb" style="subtitle" x="1" y="58" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Organismo de Control:]]></text>
</staticText>
<textField>
<reportElement uuid="0f759514-bfb4-4a96-a584-12fe568bc5ca" style="subtitle" x="131" y="73" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{unidadcontrol}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="882c6e00-ba97-42a0-a75f-a8d543617d94" style="subtitle" x="1" y="73" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Unidad de Control:]]></text>
</staticText>
<staticText>
<reportElement uuid="6a2c898d-4c4b-45be-a55b-47e9d4c9cdbc" style="subtitle" x="1" y="88" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[No. Comprobante/Recibo:]]></text>
</staticText>
<textField>
<reportElement uuid="bec46f0a-5161-4e84-a754-60be39abfadc" style="subtitle" x="131" y="88" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{numerocomprobante}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="ef499e5b-e66f-4dff-a9ae-19e6c48fabb4" style="subtitle" x="131" y="103" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{fechadecomiso}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="a27afb11-635c-40c5-aa46-a792d2c96f74" style="subtitle" x="1" y="103" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Fecha Decomiso:]]></text>
</staticText>
<staticText>
<reportElement uuid="31fbdb10-83bb-41b9-99e7-65e1bd93f45f" style="subtitle" x="1" y="118" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Fecha Registro Decomiso:]]></text>
</staticText>
<textField>
<reportElement uuid="81ff59e8-e2b9-4fb5-9eba-731fd455ee0a" style="subtitle" x="131" y="118" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{fecharegistrodecomiso}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="1979b159-6c3a-431b-8269-2e1a4653ef04" style="subtitle" x="403" y="44" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Cuidad Decomiso:]]></text>
</staticText>
<textField>
<reportElement uuid="314284a4-ed93-4bdd-b4e9-998362123e7f" style="subtitle" x="532" y="59" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{parroquiadecomiso}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="a8943c84-b562-4d4d-a3a3-61878874ae32" style="subtitle" x="532" y="29" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{cantondecomiso}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="d5409fe8-e6c5-4efa-9b5d-d35068a882fb" style="subtitle" x="403" y="13" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Provincia Decomiso:]]></text>
</staticText>
<textField>
<reportElement uuid="264b9c3e-1e76-41bc-9073-a2c13693c2ac" style="subtitle" x="532" y="89" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{portadordecomiso}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="ed3e2b0c-20a6-4bd3-b476-b3b78f655f6c" style="subtitle" x="403" y="29" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Cantón Decomiso:]]></text>
</staticText>
<staticText>
<reportElement uuid="dbaba4eb-b180-4528-84c7-2ecb16a9cce2" style="subtitle" x="403" y="104" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[No. Documento Portador:]]></text>
</staticText>
<staticText>
<reportElement uuid="3b180952-e15c-4761-90ff-738fbeaf6343" style="subtitle" x="403" y="59" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Parroquia Decomiso:]]></text>
</staticText>
<textField>
<reportElement uuid="04bfc812-2365-4c85-9483-7f951c154db2" style="subtitle" x="532" y="44" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{cuidaddecomiso}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="e7f7dca1-4c2a-4c23-8dcc-053a3b66c371" style="subtitle" x="532" y="13" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{provinciadecomiso}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="1d690a0e-0d56-461c-9a8a-5d8255f06540" style="subtitle" x="532" y="104" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{numerodocumentoportador}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="39f3516e-6e88-4c22-a33a-967dfd1b6cda" style="subtitle" x="403" y="89" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Portador Decomiso:]]></text>
</staticText>
<staticText>
<reportElement uuid="83af19de-88eb-4844-b577-66c33e5e8e88" style="subtitle" x="403" y="74" width="130" height="16" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Dirección Decomiso:]]></text>
</staticText>
<textField>
<reportElement uuid="76b78977-9e46-4750-ba01-f1418e93791b" style="subtitle" x="532" y="74" width="270" height="16">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{direcciondecomiso}]]></textFieldExpression>
</textField>
</band>
</pageHeader>
<columnHeader>
<band height="16" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement uuid="a56649bd-1301-4722-93ab-4296227efea9" style="subtitlebold" x="0" y="0" width="23" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[No.]]></text>
</staticText>
<staticText>
<reportElement uuid="2855d5a8-74a4-4103-a919-ee42294f8267" style="subtitlebold" x="22" y="0" width="125" height="15" forecolor="#000000">
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Propietario]]></text>
</staticText>
<staticText>
<reportElement uuid="fa752abe-ce12-4b29-bcec-c38c3f805fcd" style="subtitlebold" x="146" y="0" width="60" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Clase]]></text>
</staticText>
<staticText>
<reportElement uuid="3e5f1362-12ec-4a33-8364-453be1d29a32" style="subtitlebold" x="206" y="0" width="67" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Tipo]]></text>
</staticText>
<staticText>
<reportElement uuid="6e7f3ffc-cf20-4856-93aa-9fd5ac2e82d4" style="subtitlebold" x="272" y="0" width="60" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Serie]]></text>
</staticText>
<staticText>
<reportElement uuid="568c65ee-758a-4290-ac21-1555c02a8188" style="subtitlebold" x="331" y="0" width="42" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Calibre]]></text>
</staticText>
<staticText>
<reportElement uuid="2afba5a3-c98f-4669-afe0-f80607c53b9b" style="subtitlebold" x="429" y="0" width="49" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Cantidad]]></text>
</staticText>
<staticText>
<reportElement uuid="f67c4afe-34ee-4269-bf9b-6707466cc5a4" style="subtitlebold" x="477" y="0" width="39" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Peso]]></text>
</staticText>
<staticText>
<reportElement uuid="6b8188dc-5bed-4945-88de-330242f55688" style="subtitlebold" x="517" y="0" width="67" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[U.Medida]]></text>
</staticText>
<staticText>
<reportElement uuid="b3454871-a0b0-452e-b9b5-94b2a126db07" style="subtitlebold" x="583" y="0" width="104" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Motivo]]></text>
</staticText>
<staticText>
<reportElement uuid="165f2283-0d40-48da-8f7e-9c65df002440" style="subtitlebold" x="372" y="0" width="58" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Marca]]></text>
</staticText>
<staticText>
<reportElement uuid="fe27ca40-5ccb-4bc2-963d-84cf12667aa5" style="subtitlebold" x="686" y="0" width="116" height="15" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
</reportElement>
<box>
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Observación]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="30" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="0b746cf5-9b9f-408a-95f2-9f6f27235cf3" style="detail2" stretchType="RelativeToTallestObject" x="22" y="0" width="125" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{NAME}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement uuid="8723fec0-693b-41a1-8036-4ab7b59734fc" style="detail2" stretchType="RelativeToBandHeight" x="0" y="0" width="23" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{NO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="01155e11-5d80-4479-96f8-9810754ea07a" style="detail2" stretchType="RelativeToTallestObject" x="146" y="0" width="60" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{CLASE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="028c27ae-3e3f-44d1-867e-7b7a34c73287" style="detail2" stretchType="RelativeToTallestObject" x="206" y="0" width="67" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{TIPO_ARMA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="fc6aa335-637b-4842-8e56-bdbf8f12c8b8" style="detail2" stretchType="RelativeToTallestObject" x="272" y="0" width="60" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{SERIE}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="cb91ed70-8c99-4b75-ada4-119510136b74" style="detail2" stretchType="RelativeToTallestObject" x="331" y="0" width="42" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{CALIBRE_ARMA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="a0a82c1b-e77c-42f5-9404-5baa444e425d" style="detail2" stretchType="RelativeToTallestObject" x="372" y="0" width="58" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{MARCA_ARMA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="533cd3e9-0314-4323-a022-e8dd8c4a40d2" style="detail2" stretchType="RelativeToTallestObject" x="429" y="0" width="49" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{CANTIDAD}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="7f213275-b518-48bd-8076-079cca412cad" style="detail2" stretchType="RelativeToTallestObject" x="477" y="0" width="39" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
<paragraph lineSpacing="Proportional"/>
</textElement>
<textFieldExpression><![CDATA[$F{PESO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="4ed3e24d-254f-4c76-953f-66e06129a570" style="detail2" stretchType="RelativeToTallestObject" x="517" y="0" width="67" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{UNIDAD_MEDIDA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="12df247a-8174-4b06-9332-e7633ed71cce" style="detail2" stretchType="RelativeToTallestObject" x="686" y="0" width="116" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{OBSERVACION}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement uuid="b1b948fd-ffb6-4395-b1cb-c9b7754c1021" style="detail2" stretchType="RelativeToBandHeight" x="583" y="0" width="104" height="30" forecolor="#000000">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box leftPadding="2" rightPadding="2">
<topPen lineWidth="0.5"/>
<leftPen lineWidth="0.5"/>
<bottomPen lineWidth="0.5"/>
<rightPen lineWidth="0.5"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{MOTIVO}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band height="26" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</band>
</columnFooter>
<pageFooter>
<band height="29" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<staticText>
<reportElement uuid="f10e06e2-6006-4d84-bd82-8e1d2ebba18d" style="subtitle" positionType="FixRelativeToBottom" x="4" y="2" width="44" height="15" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Usuario:]]></text>
</staticText>
<staticText>
<reportElement uuid="16571daa-4682-4619-b6d8-c9cfafcf9cd0" style="subtitle" x="457" y="2" width="119" height="15" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Fecha emisión / hora:]]></text>
</staticText>
<staticText>
<reportElement uuid="dae53ebd-5371-46bb-ad1d-d1f3c02b0dc5" style="subtitle" x="719" y="2" width="35" height="15" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[Página:]]></text>
</staticText>
<textField>
<reportElement uuid="7c1010c8-a9ae-4e87-ab49-e0e1e1fdc070" style="subtitle" positionType="FixRelativeToBottom" x="47" y="2" width="150" height="15">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{usuario}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="496d6a73-db86-4949-aa18-a8641eee6e98" style="subtitle" x="576" y="2" width="130" height="15">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$P{lugarFecha}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="42f712c2-d99b-4c19-b860-f20136dccce2" style="subtitle" x="753" y="2" width="15" height="15">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="ea35204e-92b8-458c-9576-04e4a84bb41e" style="subtitle" x="767" y="2" width="15" height="15" forecolor="#000000">
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<text><![CDATA[de:]]></text>
</staticText>
<textField>
<reportElement uuid="d53767ab-b49e-4319-b5a7-2300b27a00dc" style="subtitle" x="781" y="2" width="15" height="15">
<property name="local_mesure_unity" value="pixel"/>
<property name="com.jaspersoft.studio.unit.y" value="px"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<property name="local_mesure_unitx" value="pixel"/>
<property name="com.jaspersoft.studio.unit.x" value="px"/>
<property name="local_mesure_unitwidth" value="pixel"/>
<property name="com.jaspersoft.studio.unit.width" value="px"/>
</reportElement>
<box topPadding="2"/>
<textElement verticalAlignment="Middle">
<font size="10"/>
</textElement>
<textFieldExpression><![CDATA[$V{PAGE_COUNT}]]></textFieldExpression>
</textField>
</band>
</pageFooter>
<summary>
<band height="50"/>
</summary>
</jasperReport>