Questions tagged as 'ireport'

0
answers

Help to generate this report in ireport

I have the following report in FPDF, I need a help to generate the same in ireport format <?php session_start(); // Classe suporte para geração de relatório - Relação de Escolas class PDF extends ImaPdf { // var...
asked by 03.03.2015 / 18:45
0
answers

Loop While inside Ireport [closed]

I wonder if there's any way to insert loop into ireport? I have a report in FPDF and inside it there are two while loops and I would like to redo this report using ireport.     
asked by 27.02.2015 / 17:36
0
answers

Pass as parameter to Jasper an Object

I'm trying to create a report, now it's already generating, but only when I step into JasperPrint's JREmptyDataSource (). JasperPrint impressoraJasper = JasperFillManager.fillReport("D:/Edital.jasper", parametros, new JREmptyDataSource());...
asked by 31.01.2015 / 23:47
0
answers

Report jasper does not update data [closed]

Good evening guys, I'm having a rather frustrating problem. I have an employee report on the system that works fine. Bring the data all correctly. However, when you register a new employee and generate the report again, it does not update, it sh...
asked by 08.09.2014 / 00:20
3
answers

Frameworks for Java Reporting

Good morning. I would like to know if there is another reporting framework besides JasperReports with iReports that you would recommend to me. Which would be? I need at least 2 frameworks, one of which I already have. Thank you in advance....
asked by 10.03.2015 / 14:16
2
answers

How to do if in sql - Postgres

I need to do an if in postgres example. SELECT log."data" AS log_data, log."tipomovimento" AS log_tipomovimento, log."nomefornecedor" AS log_nomefornecedor, log."nomeproduto" AS log_nomeproduto FROM "public"."log" log WHERE if(l...
asked by 27.06.2018 / 16:27
1
answer

Error generating report with parameter id

I'm making a small system print a budget by passing the id. The following situation occurs; By netBeans I pass the id when prompted and the normal report appears. ButwhenIdogeneratethereportthroughmyprogramitlookslikethis: Mymethodthatgener...
asked by 15.08.2017 / 02:57
1
answer

IReports, generate variable number of subrelatorios

I'm using Jasper for reporting, I use IReport to build Layouts. I have a main report that has a sub report (the reason for my problem), my main report gets a list of objects, I need to generate one subrelatorio for each item in this list and pop...
asked by 23.11.2018 / 19:24
1
answer

Ireport and php 7.0

Good afternoon everyone! I use Ireport to generate reports, in php 5.6 it works fine, and very well by the way, but in php 7.x.x it presents the following error when trying to generate a report:    ErrorException in PHPJasperXML.inc.php line...
asked by 06.03.2018 / 17:36
1
answer

Insert image in Ireport

I'm trying to insert an image in Ireport 3.7.5. When I drag the Image field to the page and place the static url with the image address, it works, but when I put it in Image Expression like this: System.getProperty("user.dir") + "\fotos...
asked by 22.01.2018 / 21:29