Questions tagged as 'ireport'

1
answer

JRLoader.loadObject error of JasperReport

I'm new to this jasper report , I do not know if I'm missing something or why I get this error: My Code line with error: JasperReport reporte = (JasperReport) JRLoader.loadObject("ReporteComisiones.jasper"); It's a maven project,...
asked by 23.11.2018 / 21:44
1
answer

Date format changes to English Reporting Service

I have a report which shows in its content the date of a calculation, which should be formatted in Spanish, eg: March 22, 2017; However, it is shown in English: 22 MARCH 2017. When I review the dataset that I get, it has the following format: dd...
asked by 01.03.2017 / 18:21
1
answer

.jasper pdf does not look the same running from java

Design a report with ireport designer 5.6.0, but do not see it in one way from ireport and another when it is generated from a jsf app, initially add the sources of ireport to the project and solve the problem with the bold, but the font sizes a...
asked by 22.12.2017 / 14:23
2
answers

How can I pass mysql query fields to ireport?

When making an sql query the fields vary and I do not know how I can do so that ireport shows me those fields with their data when I run it. Axis: Query 1: SELECT col1, col2, col3 FROM table; but the report can also receive this other query SELE...
asked by 13.07.2017 / 19:19
1
answer

how to put more than one query (querys) in an ireport?

hi everyone I have a problem nose how to insert a query more, in my ireport when I try to enter a query in this way <queryString>............</queryString> I get error, I stress that I already have a query that works but when...
asked by 23.01.2017 / 18:26
2
answers

how do I put an image of a folder in ireport java?

Hello friends could help me in a problem that I have, what I want is to get an image that is stored in a folder that is on a server that I am but which I have access to once I get this image for it in my report with ireport but, this image is sa...
asked by 11.01.2017 / 23:43
1
answer

Problems when viewing my report.jasper in a Jpanel

I have a problem when viewing one of my reports in a Jpanel of my graphical interface. It is worth mentioning that the report that gives me problems, I can see it on my machine even after opening it in the interface of my application that i...
asked by 27.09.2018 / 00:31
1
answer

help java.lang.String can not be cast to java.util.Date I do report with dates

I want to make a report with Java and iReport where the user provides the start and end dates of the output of products in a report dates provided from widgets DateTimes and pass them to a variable String and then that variable parses for that I...
asked by 17.08.2017 / 00:13
0
answers

Report with a Subreport that is another Report

I have a Report made in iReport, this report contains a subreport which shows a report, this subreport I use as a header. The subreport contains 2 components for images and 2 parameters, which are titles (these work because I pass them by par...
asked by 18.07.2017 / 08:43
2
answers

Error when deploying war files with jasper files to the server

I am developing a Java web application that contains reports made in ireport. when running inside the development environment it works fine, but when uploading it to the tomcat server, I run the application (WAR) from the server it does not work...
asked by 10.04.2017 / 04:52