Questions tagged as 'ireport'

0
answers

NullPointerException in JasperFillManager.fillReport

Rengo an application and when it arrives on that line JasperPrint jp = JasperFillManager.fillReport(in, null, conn); The system returns the following error message: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException a...
asked by 13.02.2017 / 16:24
1
answer

Duplicate Record

I'm starting to study on the old JasperSoft Studio platform iReports and I'm having trouble creating the query t-sql exit duplicate. I have this query: SELECT F2_CLIENTE, F2_LOJA, A1_NOME, A1_CGC, A1_INSCR, F2_DOC,...
asked by 01.02.2017 / 19:04
0
answers

View PDF in a Dialog

I'm wanting to change the way the user views the system report I'm developing, currently clicking the button to view the report, is given the option for the user to download or open direct in the PDF viewer that is installed on the machine, but...
asked by 01.05.2016 / 20:10
0
answers

Report generator for PHP

Someone can tell me a Gerador de relatório tool that allows integration with PHP , at this link: #, there is information about the iReport , since I've even been using it, which by the way is a good tool, but your library in PHP...
asked by 09.05.2016 / 16:10
1
answer

How to make condition in iReport perhaps not one of the values

I have an expression of type $F{nome_pai} + " e de " + $F{nome_mae} in a statement only sometimes does not have the parent's name in the database and gets the text casado, filho de e de ... How do not show e de if one of...
asked by 16.02.2016 / 23:28
1
answer

Creating Parameters for IReport

I'm developing a Java Software where the user makes registrations. Each product registered can be printed. Each product can have multiple images and these images should be printed along with the data of the other products. There may be no pictur...
asked by 07.12.2015 / 19:42
2
answers

How to pass list of objects to Subreport?

I have the iReport plugin on netbeans. I already configured the classpath to recognize my classes, I do the following steps: 1st - Send the list of objects Boletim to the main report, each bulletin has information of a student. (This p...
asked by 26.10.2015 / 16:37
0
answers

Error generating report with more than one relationship - Demoiselle Report

Hello everyone, I am trying to generate a report with demoiselle report, and I am not able to generate a report when I have more than one relationship, when I generate the report from a single table it works perfectly, it just does not work when...
asked by 10.06.2015 / 17:39
0
answers

Problems with Chart's in JasperReports

I have to make a report that has two pie charts, what happens is that my first chart appears with no problems, the second does not, and I have already checked if the lists, which are sent via parameter, and are populated. parametros.put("LIST_...
asked by 21.07.2015 / 19:54
0
answers

Error generating report

I have a JavaFX application where I have a button that generates reports. But when I try to generate the report this error happens: Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: java.lang.reflect.Invocation...
asked by 18.06.2015 / 19:02