entre Desarrolladores

Recibe ayuda de expertos

Registrate y pregunta

Es gratis y fácil

Recibe respuestas

Respuestas, votos y comentarios

Vota y selecciona respuestas

Recibe puntos, vota y da la solución

Pregunta

1voto

hola buenas tardes ando haciendo reportes en jaspersoft 6.3.0 y se me esta dificultando mucho sobre la manera de que ago el reporte y ejecuto me sale sale error pero la imagen en la ruta de la imagen que esta en la base de datos alguien me podria ayudar ahi aunque no se como explicarlo por aqui

2votos

Peter comentado

La verdad es que no se entiende nada y no pones código para por lo menos intentar descifrar el problema. 1- Que estas haciendo, 2-Cual es el problema, 3- Que error te da, 4- Cual es tu código.

Saludos.

1voto

numero2222 comentado

ando haciendo reportes en jaspersoft 6.3.0 , el problemas es cuando quiero mostrar la imagen en el reporte no lo muestra y sigo tutoriales me sale el siguiente error net.SE.jasperreport.engine.JRException: Error loading byte data:y la ruta de la imagen

pues no es codigo es solo poner objetos y rastarlos y conectarlos mysql con editor de reportes

1voto

numero2222 comentado

y aqui el unico codigo que tiene el reporte jaspersoft

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.3.0.final using JasperReports Library version 6.3.0 -->
<!-- 2016-10-12T12:45:54 -->
<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="Blank_A4_Landscape" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="ccf267c9-0e66-458b-a5d6-412ead28f0f4">
<property name="com.jaspersoft.studio.data.sql.tables" value="d2ViY2FtLmFsdW1ub3MgQVMgLDkzLDE2MSxlZjU2MWJhMi0zZGFjLTRkOGEtOGQ4OC1jM2Q4OTE1 MjlmNDY7"/>
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="cred"/>
<parameter name="dirimagen" class="java.lang.String"/>
<queryString>
<![CDATA[SELECT webcam.alumnos.matricula,
webcam.alumnos.nombre,
webcam.alumnos.grupo,
webcam.alumnos.grado,
webcam.alumnos.imagen
FROM webcam.alumnos]]>
</queryString>
<field name="matricula" class="java.lang.Integer"/>
<field name="nombre" class="java.lang.String"/>
<field name="grupo" class="java.lang.String"/>
<field name="grado" class="java.lang.Integer"/>
<field name="imagen" class="java.lang.String"/>
<detail>
<band height="187" splitType="Stretch">
<rectangle>
<reportElement x="99" y="0" width="521" height="177" uuid="9fa5ed70-653e-4548-8651-0afdd7013a5f"/>
</rectangle>
<staticText>
<reportElement x="247" y="19" width="212" height="30" uuid="5bf67d6e-b9a8-4e47-b527-52ec25290130"/>
<box>
<topPen lineWidth="2.0"/>
<leftPen lineWidth="2.0"/>
<bottomPen lineWidth="2.0"/>
<rightPen lineWidth="2.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="18" isBold="true"/>
</textElement>
<text><![CDATA[Credencial 2016]]></text>
</staticText>
<staticText>
<reportElement x="103" y="63" width="212" height="30" uuid="7a105800-8c26-4c17-8f67-868132d5aec3"/>
<box>
<topPen lineWidth="0.0"/>
<leftPen lineWidth="0.0"/>
<bottomPen lineWidth="0.0"/>
<rightPen lineWidth="0.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="14" isBold="true"/>
</textElement>
<text><![CDATA[Alumno]]></text>
</staticText>
<image>
<reportElement x="175" y="93" width="65" height="68" uuid="36fe2733-ffc7-4fea-a107-c42afe573968"/>
<imageExpression><![CDATA[new File ( $P{dirimagen} , $F{imagen} + ".jpg" )]]></imageExpression>
</image>
<textField>
<reportElement x="322" y="143" width="74" height="28" uuid="fbc708ca-20cc-42c5-9600-1f82702c7f83"/>
<box>
<topPen lineStyle="Solid" lineColor="#000000"/>
<leftPen lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineStyle="Solid" lineColor="#000000"/>
<rightPen lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="12" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{grupo}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="429" y="151" width="100" height="15" uuid="0cd47421-6448-4f71-b7a8-ec6c9967e689"/>
<box>
<topPen lineStyle="Solid" lineColor="#000000"/>
<leftPen lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineStyle="Solid" lineColor="#000000"/>
<rightPen lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="12" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{grado}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="269" y="93" width="175" height="30" uuid="6227187d-b76c-460e-89d6-0a5262d0f31e"/>
<box>
<topPen lineStyle="Solid" lineColor="#000000"/>
<leftPen lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineStyle="Solid" lineColor="#000000"/>
<rightPen lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="12" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{nombre}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="269" y="118" width="150" height="30" uuid="6cdce80f-355d-486f-b345-2cbb16c7f799"/>
<box>
<topPen lineStyle="Solid" lineColor="#000000"/>
<leftPen lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineStyle="Solid" lineColor="#000000"/>
<rightPen lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="12" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{matricula}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="272" y="147" width="100" height="17" uuid="f17fbf7b-be63-4098-b2e2-fac7218d099b"/>
<box>
<topPen lineStyle="Solid" lineColor="#000000"/>
<leftPen lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineStyle="Solid" lineColor="#000000"/>
<rightPen lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="12" isBold="true"/>
</textElement>
<text><![CDATA[grupo:]]></text>
</staticText>
<staticText>
<reportElement x="385" y="151" width="76" height="15" uuid="6a12e05f-8c53-4717-a744-1d5308bacfa4"/>
<box>
<topPen lineStyle="Solid" lineColor="#000000"/>
<leftPen lineStyle="Solid" lineColor="#000000"/>
<bottomPen lineStyle="Solid" lineColor="#000000"/>
<rightPen lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="12" isBold="true"/>
</textElement>
<text><![CDATA[grado:]]></text>
</staticText>
</band>
</detail>
</jasperReport>

1voto

numero2222 comentado

aqui te mando lo que tengo planeado hacer amigo pueden ayudarme
http://www.jc-mouse.net/java/ireport/ireport-reportes-con-imagenes-de-la-base-de-datos

Por favor, accede o regístrate para responder a esta pregunta.

Otras Preguntas y Respuestas


...

Bienvenido a entre Desarrolladores, donde puedes realizar preguntas y recibir respuestas de otros miembros de la comunidad.

Conecta