Questions tagged as 'jasper-reports'

1
answer

Report details are not displayed

I made a report in Jasper Studio 5.6.0, and I imported my generated * .jrxml file into the IDE where I am developing, but anything that is placed in the Details section of the report simply does not appears, even though it is only a simple and...
asked by 04.08.2017 / 19:17
2
answers

Sub report does not appear when run from within system

I already search several places, sites and the like and I do not think a way for the sub report to appear when the program is executed. Follow the codes if you need anything else let me know. Home <?xml version="1.0" encoding="UTF-8"?>...
asked by 04.02.2014 / 00:47
1
answer

JasperReports dynamic printing

I'm trying to make an impression with JasperReports , when compiling the report I get the following error:    Exception in thread "main"   net.sf.jasperreports.engine.design.JRValidationException: Report   design not valid:      1. T...
asked by 04.04.2018 / 19:42
1
answer

jasper ireport first record

My report in Jasper ireport only displays the first record Code <?xml version="1.0" encoding="UTF-8"?> <!-- Created with Jaspersoft Studio version 6.4.0.final using JasperReports Library version 6.4.1 --> <jasperReport xml...
asked by 30.09.2017 / 02:52
1
answer

How can I print an image only in the last row of a table in jasper reports

I have a table that has PDF output in jasper reports and I need a boolean expression to print an image only in the last row of the table. Can someone help me?     
asked by 19.05.2017 / 13:31
1
answer

Ireport report appearing without data

I am making a report with Ireport and passing a parameter with date range My sql in report SELECT * FROM venda WHERE data between (venda.data = $P{dataInicial}) AND (venda.data = $P{dataFinal}) However, when testing the report in the p...
asked by 03.05.2017 / 04:11
1
answer

Lines with alternating colors

I'm putting together a report using Jaspersoft Studio to display a list of calls from a system. This list has 3 columns, with the number of the call, the title and its creation date. What I need is that this listing has alternating background...
asked by 15.12.2016 / 16:38
1
answer

Jasper does not open outside the IDE

Inside the NetBeans IDE, the code works and the report is displayed. But when generating the executable, it is not possible to open the report, receiving the null message. It's like he can not find the report. public ClienteREL() { this.pa...
asked by 23.06.2016 / 19:16
1
answer

On jasper IReports, I need to order columns from the database to be displayed sorted in the report

The problem I already ordered by iReport id, query sql in the class of the client class, but my boss wants me to sort with one of Jasper's jars classes, I'm looking for no success. Has anyone gone through this? I just want to sort the report...
asked by 21.07.2016 / 14:57
2
answers

Error generating pdf report (Jasper)

So guys when I run my program it brings me the following error (and yes the file is in place): net.sf.jasperreports.engine.JRException: java.io.FileNotFoundException: C:\Users\brenno.mello\Documents\Projeto%20SPED\coffeepot-br-sped-fiscal\targ...
asked by 02.08.2016 / 14:06