Questions tagged as 'jasper-reports'

0
answers

JasperReport - Problems While Walking list

I am generating a report through JasperReport, but I am having a particular problem with a list, which for certain data traces the values repeating the value of the last occurrence. SubDataSet the values that print me incorrectly in this case...
asked by 21.08.2018 / 19:03
1
answer

relative paths Spring Boot with server.contextPath

Friends, how can I work with relative paths in spring boot with server.contextPath = / test, it's to find a jasperReport file     
asked by 01.02.2018 / 21:03
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
0
answers

Error connecting to the SQL database from eclipse - JasperSoft Studio

When I connect to the database of Sql Server 2008 R2 with the autenticación de windows from the Data Adapter Wizard of Report Design in the same eclipse - java , I get the following error: These are the da...
asked by 17.05.2017 / 17:00
2
answers

Jasper Report and C #

I have a big question, it is possible to include jasper-report in C # , since I have searched everywhere on the Internet and it does not give me information about whether You can use, I found about Crystal Report but I can not use it.     
asked by 17.05.2016 / 03:46
2
answers

Generate Ireport in a documentViewer Primefaces

I need to know how I can generate an ireport report in a variable StreamedContent . The report is in a package in the project. The difficulty I have is that I can not get the route of the project. At the moment I have this portion of code:...
asked by 30.11.2016 / 15:16
2
answers

How to show a report with jasperreport when clicking on a button?

I have the following code in my jsp, and what I want to do is that when I click on the button, it sends me to another page to show the report, what it does is that if it enters my method that I have in the controller but shows nothing or marks e...
asked by 02.10.2018 / 06:08
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
1
answer

How to show a report of JasperReport (ireport) in a pdf JSP JAVA

You will see I have a problem, I must from a button in a jsp, send to call a report that I made in jasperreport above and be displayed in a pdf window to the user. When you click on the button, you must send a signal to the servlet and servle...
asked by 26.10.2018 / 09:13