Questions tagged as 'ireport'

0
answers

ireport - Error when using Print When Expression

I'm having a problem while generating the report, the print when expression function does not work, the report always shows this line with the value null I'm doing this on the line <printWhenExpression><![CDATA[new Bo...
asked by 28.11.2018 / 18:23
0
answers

Hide fields in iReport

Good afternoon guys, I'm generating a report in iReport and I have a question. On a piece of the report I have a delivery address block. I would like to display this block ONLY when the address is different from empty or different from null,...
asked by 14.08.2018 / 20:56
0
answers

Report iReport does not include the fields in the Summary tab

In the management system I'm working on, I generate a PDF non-fiscal thermal printer voucher made in iReport using the PHPJasperXML library. In this voucher, when you have only one product (one row) in the Detail tab, the Summary fields are blan...
asked by 16.08.2018 / 14:47
0
answers

Subreport within a list returns error: data source not found

Good afternoon guys, I have a subreport inside a list, and when I try to print the report, it is returning me this " data source not found " error in the eclipse console. I have already compiled all subreports and they are in the same directo...
asked by 06.06.2018 / 22:00
0
answers

Send sub-report variable to main report

I have a variable in my SubReport that sums the values of a given field, I can send variables from the subreport to the main report normally, but the ones that are count () or sum () can not in any way send to my report main. My question is,...
asked by 29.05.2018 / 22:22
0
answers

Ireport List within List

I have a List List batches = new ArrayList Your content is Name, email phone, Item ArrayList Soon on the page display I put on a table so Lot 1 First name Augusto Email XPTO Items: fish, cat, touch, I would like to know how to...
asked by 26.05.2018 / 23:10
0
answers

How to keep the font in HTML coming from a p: textEditor / IReport?

My application is properly generating the IReport report. But when generating the PDF and displaying it in JasperViewer the text is in a very small font, different from the one written by <p:textEditor/> . I tried to preconfigu...
asked by 17.05.2018 / 02:10
0
answers

Java: Generating Report in iReport Between Two Dates Timestamp

I am finalizing a small system made in Java and MySQL and with reports being generated by iReport and need to generate a report displaying values between two dates. In MySQL the query is working perfectly: DirectoniReportisalsoworkin...
asked by 04.05.2018 / 20:46
0
answers

org.codehaus.groovy.control.CompilationFailedException error while executing a jasper report

When you receive this error, check how the language property of your report is. If you're like Groovy, change to Java that will resolve the error. Att.     
asked by 20.02.2018 / 19:10
2
answers

Generate report only with data passed via parameter IReports

Normally we generate report by IReports based on query to the database, but now I come across the following question, I will assemble a report based on the data shown in the client's visual, in case it is redundant to fetch the information back...
asked by 10.07.2017 / 16:18