maia/.svn/pristine/65/65e6c05acec0ef8091e1fc0b17e...

75 lines
3.4 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 5.6.1.final using JasperReports Library version 5.6.1 -->
<!-- 2015-08-14T09:55:48 -->
<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="fichaTecArmasSub" pageWidth="542" pageHeight="217" columnWidth="542" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="0a88f153-26b1-4ddd-843a-51db5af01e61">
<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"/>
<parameter name="codArma" class="java.lang.String"/>
<parameter name="csolicitud" class="java.lang.String"/>
<parameter name="cArmaPrueba" class="java.lang.String"/>
<queryString language="SQL">
<![CDATA[select carma as CODIGO,
imagenfotografia AS FOTO,
imagenimpronta AS IMPRONTA
from tarmarmapruebas
where carma = $P{codArma} and csolicitud = $P{csolicitud} and carmaprueba = $P{cArmaPrueba}]]>
</queryString>
<field name="FOTO" class="java.io.InputStream">
<fieldDescription><![CDATA[]]></fieldDescription>
</field>
<field name="CODIGO" class="java.lang.String">
<fieldDescription><![CDATA[]]></fieldDescription>
</field>
<field name="IMPRONTA" class="java.io.InputStream">
<fieldDescription><![CDATA[]]></fieldDescription>
</field>
<background>
<band splitType="Stretch"/>
</background>
<columnHeader>
<band>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</band>
</columnHeader>
<detail>
<band height="197" splitType="Stretch">
<image>
<reportElement x="0" y="0" width="270" height="197" uuid="eaddd5c7-1f22-4047-b2ab-f9899259bb37">
<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>
<imageExpression><![CDATA[$F{IMPRONTA}]]></imageExpression>
</image>
<image>
<reportElement x="270" y="0" width="273" height="197" uuid="588f7b10-a78b-4650-9560-f98c045bcaf9">
<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>
<imageExpression><![CDATA[$F{FOTO}]]></imageExpression>
</image>
</band>
</detail>
</jasperReport>