Most voted "jasper-reports" questions
Jasperreports is a library of reports that are created and managed by Jaspersoft Studio or the old and discontinued iReports
Learn more…154 questions
Sort by count of
-
0
votes1
answer465
viewsImage . png in Jasper report
I’m starting in PHP and to finish my first system I have to make a report, it has some logos and watermarks, I’m using Jasperdesigner to generate XML for the lib Phpjasperxml, but when I have the…
-
0
votes1
answer76
viewsSubreport Directory
I’m having trouble locating the subreport when I was using the local project it worked perfectly, but now that I’ve moved to the server it’s not locating the subreport. I’m trying to use it like…
-
0
votes1
answer329
viewsJasperreports report with multiple parameters
I have a report on JasperReports, is working properly. However, from the way it is, step only one meter each tipofrom the jsf page to the report, the screen is as per the image: What I need now is…
-
0
votes0
answers95
viewsCalling a report with sub-report from a Managedbean
Someone has an example in Java of how to call from a Managedbean a report with sub-report? I already have the report with the sub-report working well in ireport,but when I try to call from the…
-
0
votes0
answers167
viewsPrimefaces+JSF+Jasper JAVAEE
Well I am trying to generate PDF in my application and it is not working, when clicking the print button generates the following error 00:14:24,037 WARNING [org.primefaces.config.WebXmlParser]…
-
0
votes0
answers82
viewsIs it possible to create fields in Jasperreports report without setting them beforehand?
Hi, I have a jTable where the user defines which fields will appear on it, this way I would need several reports JasperReports, one for each possible combination (chosen by jRadioButtons). There is…
-
0
votes1
answer341
viewsiReport lacks special character when exporting PDF
I’m using iReport 3.7.4 to generate the reports. In one of the reports, I need to use an arrow, to indicate a step by step. So I found the arrow code in Html Entities &# 10140;, and in the…
-
0
votes1
answer728
viewsOpen Jasper Reports report on Web Server
I cannot open my reports on the Web Server, after deploy. My project is java Hibernate with Maven. When I try to print a report I get this log from Tomcat: Log of the Tomcat 19-Aug-2017 20:35:32.050…
-
0
votes2
answers1429
viewsIF / ELSE condition on Expression in Jasperreports
I need to perform a field check expression in my report created in Jasperreports studio, my situation is as follows, I need to realize the following account: $F{quantidade}/($F{quinze}/15.0) But…
-
0
votes2
answers665
viewsPrint image (relative path) Jasper Report
Good morning to you all! I’m trying to print a logo in the Jasper Reports report if I put the address "http://meuservidor.com.br/imagens/logo.png" works, but I wanted to put the image path that is…
-
0
votes1
answer110
viewsError Jaspersoft Ubuntu
I have a problem running Jaspersoft 6.4.3 on Ubuntu. The application starta normally. But when I create a new report, whether it’s an associated basis or not, nothing appears in the report (none of…
-
0
votes1
answer129
viewsReport on Jasperstudio with subReports
I need to create a report with two Querys distinct in the JasperStudio, for this I researched and saw that the best way to do this would be via sub reports but even doing exactly the same as some…
-
0
votes0
answers121
viewsHelp with parameters in Jasper Reports
I wonder if there is a way I can pass a parameter with a value obtained in the parent report query to a subreport, and use this value la in the subreport... :D
-
0
votes1
answer590
viewsError generating jasper reports
Then the program to which I am responsible generates reports from files. Jasper and no . jrxml, I went to open one of these files (with Jaspersoft studio) to accomplish what would be a simple…
-
0
votes1
answer140
viewsHow to print only one sale with your products using jasperReport?
I am trying to print only the sale you want with reports Jaspersoft, only that is printing all sales and all products that then added on other sales. Image of the report java imprint. String…
-
0
votes1
answer140
viewsMisguided printing of Jaspersoft
I have the impression of a small receipt in the orientation portrait I made in Jasper Studio, but when printing it, it appears in the landscape orientation. For some reason PDF readers do not…
jasper-reportsasked 6 years, 8 months ago Gilvan André 504 -
0
votes0
answers73
viewsCompile report
I’m creating a report that does a database query from a parameter that’s sent to Jasper. In the source code I checked to see if the compiled file . Jasper is valid (date of creation, parameters,…
-
0
votes1
answer550
viewsJasper Reports - Create Vertical Line in Detail
I have a bit of a problem, I use xpath to generate data from an xml for the report and when I put the information in Detail, they appear normally, but the vertical line does not stay until the end.…
-
0
votes0
answers126
viewsNullpointer in Jasper report
I have a report done in Jasperreports that works normally in a local bank , but if I call the same report with the same database only that online it does not work anymore, simply appears the error…
-
0
votes1
answer162
viewsError passing Jasperreports subreport path
Good afternoon guys, I’m having a problem I’m not getting past the subreport path to the main report. I’ll go with the code I’ve made so far, please help me, I don’t know what I’m doing wrong.…
-
0
votes2
answers276
viewsReports with Jasper Ports
Good evening guys! To create reports with Jasper I need to have classes with templates? Since I already have a populated bank and I only want the reports, creating filters and tals...
-
0
votes0
answers209
viewsJasper - conflict of versions
Good morning! Guys, I’m having trouble trying to change an application report. This pdf report was created in version 6.2.0 and even using version 6.2.0.final I cannot generate the file . Jasper by…
-
0
votes1
answer48
viewsJasperreport - Passing Objects to report column
I have to take the dice from the following field : venda.getVendacardinalidades().get(0).getUsuario().getPessoa().getNome() And put this value in a report column, how do I do that: I was trying to…
-
0
votes1
answer124
viewsJasper with javafx does not open by jar
I have a strange problem, I made an application with javafx and jasperstudio and when running inside the eclipse works perfectly. When generating the . jar and run, it works, but if I remonear the…
-
0
votes0
answers380
viewsHide fields in iReport
Good afternoon, everyone, I’m generating a report on iReport and 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…
-
0
votes2
answers70
viewsSwitching from double parameters to Jasper report
I’m making a report that passes as parameters: Start date, end date and type (which may be: in, out or in and out). Everything works fine until I try to get the report that takes in and out... I’ve…
-
0
votes1
answer334
viewsCustomize pdf file name made in Jaspersoft, java and spring
I have several reports made in Jaspersoft that generate PDF and when generated in Java, when downloading the report on my pc, it is as "Document.pdf". How do I name this report differently, for…
-
0
votes1
answer220
viewsError generating report with parameter id
I am making a small system to print a budget by passing the id as parameter. The following situation occurs; By netbeans step id when prompted and normal report appears. But when I do generate the…
-
0
votes1
answer166
viewsReport to Jasperreports returning blank pdf table
Good morning, I have a system in javaEE Primefaces and Jsf, I created the reports with Jasperreports, it was all worked, but after an update of the Instancia linux ec2 AWS, the reports are returned…
-
0
votes1
answer36
viewsIreports, generate variable number of subreports
I’m using Jasper for reporting, using Ireport to build Layouts. I have a main report that has a sub report (the reason for my problem), my main report receives a list of objects, I need to generate…
-
0
votes1
answer137
viewsireport - Error using Print When Expression
I have a problem generating the report, the function does not work print when expression, always the report shows that line with the value null I’m doing so in line…
-
0
votes0
answers123
viewsTwo filters working in a JAVA report
Staff I’m doing a job for the college I got on the report part and I created the report as the image shows However I could only make the name field work in a second java class I created using the…
-
0
votes1
answer513
viewsAccess the current file path in . jrxml (Jasper Report)
Good afternoon, I am creating a report in Jasper that contains a sub-report (with Jaspersoft Studio). For this to be loaded, I have to indicate the directory of the sub-report, which is in the same…
-
0
votes1
answer144
viewsjava.lang.Noclassdeffounderror: org/codehaus/groovy/Runtime/Bytecodeinterface8
I have a report and need to use sub Ports, but whenever I try to use, find this exception: java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/BytecodeInterface8 Caused by:…
-
0
votes0
answers105
viewsMerge Jasperreport report with other Pdfs and images
I have a Jasperreport and need to attach to it other Pdfs and images that the user attached. I was suggested to use iText, but I still have no idea how to merge the Jasper report pdf with these…
-
0
votes1
answer38
viewsHow to take advantage of the consultation in two separate layouts reports?
I have two reports in Jasper for different views on the same mass of data. So much so that the parameters and query are exactly the same. Is there any method, inherent to Jasper Reports, that allows…
-
0
votes1
answer49
viewsreport error - unknown property in class
I am using Jaspersoft to create a report and get the following error message: Unknown Property 'Relpadraoacesso' on class 'sda.perfilacesso.model.report.Relpadraoaccess' Error retrieving field value…
-
0
votes0
answers105
viewsGroup the textFieds on the right in Jaspersoft Studio
I want to group my textFields all rights so that they can form the days of a calendar of classes, but not all these days have classes and I want to omit the days that did not take the classes,…
-
0
votes0
answers44
viewsMove Image to Jrdesignimage
I have a barcode image being generated by barbecue , this image is stored in an instance of Graphics2D. I wanted to know how I put this image in an instance of JRDesignImage for it to be compiled…
-
0
votes0
answers201
viewsReport with parameter in Jaspersoft Studio
I have a java class in netbenas that was to generate a report, according to the Service Order (ID) entered by the user. But Netbeans returns an error "File or report not found". private void…
-
0
votes2
answers1768
viewsHow to Pass Parameters in Jasperreports
Hello Guys good afternoon I’m having a doubt that is killing me. I have a project that has to print out a report that contains two lists and two tables. My problem is this, I have no intention of…
-
0
votes1
answer105
viewsError generating barcode using Jaspersoft
Trying to generate product barcodes, using Barcode4j 2.1 of JasperSoft 6.5.1, but when running on the JSF page of that error: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError:…
-
0
votes0
answers276
viewsJaspersoft - List consuming space when empty
I have a report that has a group header and within it there are two lists. I made a treatment via expression to print each of the lists only when there is content for each of them, but when one of…
-
0
votes1
answer43
viewsJasper Report Not Opening Report
I have a problem with a report generated by the Jasper Report. I created a screen with parameters of the report that when pressing the button calls the method below. public void imprimir() { try {…
-
0
votes1
answer112
viewsProblem printing PDF with iText
I have to print out a Jasper report with attachments, which are images and other Pdfs. My approach is to pass this pdf from Jasper to iText and then merge with the attachments. For the method that…
-
0
votes0
answers26
viewsError generating Ireports report (Jasper) in Maven project
I am working with a Maven project and managed a print using Ireports, but when making the call it is returned java.lang.NullPointerException when trying to detail where was the error I noticed that…
-
0
votes0
answers17
viewsSelect table item and generate Jasperreport
How do I generate a Jasperreport by clicking on an item in a table? My question more precisely is that when clicking on the table row the method would be get (requestMapping), then as from there how…
-
0
votes1
answer43
viewsAdd the result of a variable to another variable
I have the following problem: I developed a report in iReport 5.5.1 where I added the data of a column into a variable because I need to show this total, and then I need to take these totals and sum…
-
-1
votes1
answer75
viewsDynamicreports chart: comparing sales by years
In the graphic shown in the image I show the sales values of some products. What I wanted now was to create a chart that showed the same information but comparing the sales of these products in…
-
-1
votes1
answer742
viewsHow to implement Jasperreports and iReport( or Jaspersoft) in a reporting system?
I have a system with a good part of the ready functionalities registered and all do routes finalized. I will now create a report that the user will make the request of what he wants to generate and…
java spring-mvc jasper-reports ireport jaspersoft-studioasked 7 years, 6 months ago Guilherme Oliveira 332