Questions tagged as 'ireport'

0
answers

iReport Java Subreport - The supplied java.sql.Connection object is null

Hello I'm studying iReport Design and started using Connection in my fillReport. Until then, everything was fine. The problem is that, now, I started using Collection, through the commands: List<Vendas> vendas = new VendasDAO().getVen...
asked by 23.02.2018 / 20:11
1
answer

Problems with iReport Designer - No protocol specified

Hello! Good afternoon! My problem is basically the following: I downloaded the iReport Designer, but I can not run it. When I give a sudo ./ireport, the console returns the following message: OpenJDK 64-Bit Server VM warning: ignoring o...
asked by 15.02.2018 / 17:56
0
answers

Generate custom report with Python

Has anyone ever worked or ever seen anyone developing custom reports with python? For example, in Java we can easily create a report with iReport that has sample templates and create new templates with the drag-and-drop facility, filling with...
asked by 11.11.2017 / 00:19
1
answer

Jasperreport Subreport overlays field

Good afternoon guys, I'm having a problem with jasper reports that I know how to solve. I created a report where I have a list of questions (fields) and each question has an alternative list (sub report), it happens that if the question is great...
asked by 05.10.2017 / 22:33
0
answers

Group at Ireport (JasperStudio)

Good afternoon, For the creation of a report I make two searches, one in each distinct table. After, I create a list only with the data returned from those two. Example: List<Venda> lista = new ArrayList<Venda>(); Collection<...
asked by 30.06.2017 / 18:20
0
answers

pass several parameters pro ireport

In my Java program I selected a list of values and wanted to pass this list to iReport as a parameter. This parameter would be used in the SQL query: SELECT ... FROM ... WHERE ... IN ($ P {list}) When I pass a code it only works like where =...
asked by 16.06.2017 / 21:18
0
answers

How to make a repeat structure in jasperreport

I have a report for a template, I can print the fields that have only one information, but in the case of the answers (which would be several by tests, usually one per question) Follow the code below gabaritoR.jrxml <?xml version="1.0"...
asked by 09.06.2017 / 21:15
0
answers

Foreign Key Ireports: java.lang.ClassNotFoundException: br.com.tkcsapcd.model.bean.ProjectHome

I have an error compiling the report in Irepor, the first time I compiled it, however, when I closed Ireports 3.7.3, and opened again I tried to compile the error below: Compiling to file ... C: \ Users \ Josue \ Desktop \ Report_Ireport \ te...
asked by 09.05.2017 / 08:58
0
answers

jasperserver snapshot error

Good afternoon, I have a problem in my jasper report, trying to run the same one brings me the following error message:    org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException:   No flow execution snapshot co...
asked by 27.02.2017 / 19:51
0
answers

Rotation parameter in Jasper or iReport does not work when exporting to ODS format

Hello My code: <staticText> <reportElement mode="Opaque" x="282" y="0" width="59" height="82" backcolor="#C4C4C4" uuid="8c5029ee-1b1d-41e8-a82f-ef2f879009c0"/> <box> <topPen lineWidth="1.0"/> <leftPen line...
asked by 17.02.2017 / 15:24