Questions tagged as 'ireport'

0
answers

Problem when compiling an iReport report in Netbeans

Hello I am trying to generate a report with ireport in netbeans to which I am loading a scriptlet, when I run the report to be able to visualize it in netbeans I get everything right but when compiling the report from my application I get the fo...
asked by 08.03.2018 / 19:50
0
answers

Jasper Report, reports with subreport in java

hi community of programmers I have a concern, I would like to be able to solve it here, I have already done several reports with japer report and java, and they have worked all normal, but now I feel the need to make a report with a subreporte i...
asked by 02.03.2018 / 21:28
0
answers

Problems executing a .jar in another computer

The problem is that when running the .jar everything works correctly less when creating the report. The route of the .jrmxl I do not believe that it is because in my pc it works so much being the project from C: as being in a USB pen. Any ide...
asked by 24.09.2017 / 11:40
1
answer

export reports.jasper (ireport) in excel format

I have not been able to find the solution to be able to export a report to excel. I managed to export it in pdf format in a dynamic web project in eclipse. File reportfile = new File (application.getRealPath("empleado.jasper")); Map&l...
asked by 22.08.2017 / 23:47
1
answer

JasperReports Print repeated values when doing INNER JOIN Double

This is my inquiry code SELECT FACTURA."ID" AS FACTURA_ID, FACTURA."CLIENTEID" AS FACTURA_CLIENTEID, FACTURA."USUARIOID" AS FACTURA_USUARIOID, FACTURA."FECHA" AS FACTURA_FECHA, FACTURA."TOTAL" AS FACTURA_TOTAL,...
asked by 24.07.2017 / 19:59
1
answer

Pass Datasource to a SubReport

Since I can pass the Datasource of a Report to a Subreport (which is another Report), the sub report has some fields where it needs a connection to load some data, so that data when compiling the report main compiles well, but the data of the su...
asked by 13.07.2017 / 07:15
1
answer

Doubt to hide some fields in ireport?

How about. I am new with the use of ireport, I have created the report with the query and everything works fine but I do not think that when the total sum of the row of "states" is equal to 0, do not print these fields. (In a row I have 3 fields...
asked by 21.08.2017 / 20:39