Questions tagged as 'jasper-reports'

0
answers

How can I generate a pdf with jasperReport from the controller?

I just start in this and I do not know how to implement a pdf, I'm using mvc spring, I already have a format made with iReport, now what I want is to visualize it in my jsp so I can download it, but how do I do it? Does anyone have a code tha...
asked by 28.09.2018 / 04:41
0
answers

Problem JasperReport Netbeans and Oracle

Good I am new here but I wanted to ask you for help if someone already had a similar problem. It turns out that I downloaded a sales system made in Java (Netbeans) that was connected to MySql, this to reports with Japser, everything worked OK...
asked by 01.10.2018 / 22:13
0
answers

Oracle Forms - Jasper Reports

I have several important questions, I would like to know if there is any way to call Jasper reports located in the Jasper Server by means of a form Oracle, there is some kind of integration as such, I would like to know if there are examples of...
asked by 25.09.2018 / 20:37
0
answers

PHP Project with Jasper Report

I proceed to clarify the requirement ... I have NetBeans IDE 8.2 installed to install iReport-5.6.0-plugin where I have been able to make some reports that work correctly, but when calling from my php project I only get a blank page without any...
asked by 02.07.2018 / 21:35
0
answers

What does this JasperReport error mean?

I am creating a project in which I generate a report and I would like to print it, I am using iReport and JasperReport. The code to send it to print is as follows: try { JasperReport jasperReport=(JasperReport)JRLoader.loadObjec...
asked by 07.06.2018 / 17:31
0
answers

How to send a report to call with iReport

Hello, I created a report with ireport and jsperReport and I used this code: String path = "C:\Users\Juan\Documents\NetBeansProjects\Archivero\src\Reportes\Pendientes.jrxml"; try { JasperReport reporte; reporte=(JasperReport)JRLoader.l...
asked by 04.06.2018 / 18:35
0
answers

Incorrect charset JasperServer

in Oracle 11g, when executing the query SELECT * FROM nls_database_parameters; I get (*) NLS_LANGUAGE AMERICAN NLS_TERRITORY AMERICA NLS_CURRENCY $ NLS_ISO_CURRENCY AMERICA NLS_NUMERIC_CHARACTERS ., NLS_CHARACTERSET AL32UTF...
asked by 22.05.2018 / 11:01
0
answers

java.lang.NullPointerException in JasperPrint with JasperReport

Hello! I have a Jasper document / report that I want to access and then print. For this I enter the following code: //Creo la variable que contendrá el reporte JasperReport miReporte = (JasperReport) JRLoader.loadObject("src/REPORTE/...
asked by 02.05.2018 / 13:39
0
answers

Error when generating a report

I am currently in charge of maintaining a web application made with codeigniter using jasperreport, when generating a resolution I get the following error:    Type: Exception       Message: Your report has failed and could not be processed!...
asked by 19.03.2018 / 20:03
0
answers

Problem when compiling an iReport report in Netbeans

Hello I am trying to generate a report with ireport in netbeans to which I am loading a scriptlet, when I run the report to be able to visualize it in netbeans I get everything right but when compiling the report from my application I get the fo...
asked by 08.03.2018 / 19:50