Most voted "ireport" questions
iReport is a graphical application, which allows you to "draw" a report, using a palette, and dragging and dropping components.
Learn more…119 questions
Sort by count of
-
1
votes1
answer238
viewsDANFE in Jasper - problem with additional data field
I have a DANFE report developed in Jasper and I need the information in the "Additional Data" field to be printed. However, when there is overflow of this field it does not print the rest of the…
-
1
votes0
answers263
viewsHow to make a repeat structure in jasperreport
I have a report about a feedback,I can print the fields that have only one information,but in the case of the answers (which would be varied by proofs,usually one per question) I can not Follow the…
-
1
votes0
answers116
viewspass several parameters to the ireport
In my Java program I select a list of values and wanted to pass this list to iReport as parameter. This parameter would be used in the SQL query: SELECT ... FROM ... WHERE ... IN($P{list}) when I…
-
1
votes1
answer207
viewsJasperreport Sub-report overlaps field
Good afternoon, you guys, I’m having a problem at Jasper Ports that I know how to fix. I created a report where I have a list of questions (Fields) and each question has an alternative list (sub…
-
1
votes1
answer796
viewsHow to display decimal number - iReport
I’m having unexpected difficulty displaying decimal numbers in iReports, for example if my variable has the following account 180 / 180 it displays me correctly 1 but if it is 162/180 it displays me…
-
1
votes1
answer470
viewsJasper does not open outside the IDE
Within the Netbeans IDE the code works and the report is presented. But when generating the executable, it is not possible to open the report, receiving the null message. It’s like he can’t trace…
-
1
votes1
answer147
viewsProblems with iReport Designer - No Protocol specified
Hello! Good afternoon! My problem is basically the following: I downloaded iReport Designer, but I can’t run it. When I take sudo . /ireport, the console returns the following message: Openjdk…
-
1
votes0
answers33
viewsError org.codehaus.groovy.control.Compilationfailedexception when running a Jasper report
Upon receiving this error, check the language property of your report. If you are like Groovy, switch to Java that will solve the error. Att.…
-
1
votes0
answers29
viewsSubreport with iReport in Java - The supplied java.sql.Connection Object is null
Hello! I’m studying iReport Design and started using Connection in my fillReport. So far, everything was fine. The problem is that, now, I started to use Collection, through the commands:…
-
1
votes1
answer63
viewsRegistro Duplicado
I’m starting study on the old Jaspersoft Studio iReports platform and I’m having trouble creating the duplicate t-sql query. I have this query: SELECT F2_CLIENTE, F2_LOJA, A1_NOME, A1_CGC, A1_INSCR,…
-
1
votes1
answer68
viewsTender expression for value assignment on a troublesome iReport variable
Next people, I created a tender expression that based on the values of two variables of the same context ("group"), to bring me a media. But for some reason it is not working and I am doubtful. It…
-
1
votes2
answers830
viewsIreport Tibco - Error in XML processing: no element found
Hello !! I’m having trouble generating the report ,I’m using jsf,Hibernate,mysql follow my bean. @Named @RequestScoped public class RelatorioBean implements Serializable { private static final long…
-
1
votes0
answers544
viewsNullpointerexception in Jasperfillmanager.fillReport
Renho an application and when it arrives in this line JasperPrint jp = JasperFillManager.fillReport(in, null, conn); The system returns the following error message : Exception in thread…
-
1
votes0
answers56
viewsRotation 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…
-
1
votes0
answers60
viewsForeign Ireports Key: java.lang.Classnotfoundexception: br.com.tkcsapcd.model.bean.Projectnew
I have an error when compiling the report in Irepor, the first time I compiled it worked, however, when I closed Ireports 3.7.3, and opened again I tried to compile, the error below: Compiling to…
-
1
votes2
answers703
viewspass several parameters in the ireport
I have the following problem: I created in java a selectcheckbox, where the person will select multiple objects; when sending to the managed bean, I can receive these listed objects. I now want to…
-
1
votes0
answers83
viewsGroup at Ireport (Jasperstudio)
Good afternoon, To create a report I do two searches, one in each separate table. After, I create a list only with the data returned from these two. Example: List<Venda> lista = new…
-
1
votes1
answer510
viewsCreate iReport variable for database
I need to create a report of the selected month with the information contained in the database, for this I intend to create a variable in iReport that receives the month (by netbens) which will be…
-
1
votes0
answers2543
viewsGenerate custom report with Python
someone has worked or seen someone develop custom python reports? For example, in Java we can easily create a report with iReport that features sample templates and new templates with drag-and-drop…
-
1
votes1
answer620
viewsDirect Print to Non-standard Printer with Jasperprintmanager
In my system a txt file is imported read and printed on the standard printer, the report is done in ireport and I use the printPage method of Jasperprintmanager to print on the standard printer,…
-
0
votes2
answers1366
viewsPage footer iReport only on the first page
I am creating a report with iReport but I don’t have much knowledge, so I ask for your help. Next, I need the contents of my page footer band to appear only on the first page of the report, so far…
-
0
votes1
answer1120
viewsHow to set font size in PDF?
I am making a report using iReport this all ok, but in the application when generating PDF the source is not the same as in the iReport preview, the font type is ok, I would like to know a way to…
-
0
votes3
answers7458
viewsFrameworks for Java reporting
Good morning. I wonder if besides Jasperreports with iReports there is another reporting framework that you would recommend to me. What would it be? I need at least 2 frameworks, one of them I…
java framework report ireport jasper-reportsasked 9 years, 10 months ago Giancarlo Abel Giulian 3,999 -
0
votes0
answers750
viewsWhat’s the best way to queue
Guys, what’s the best way to queue in java. For example I select 3 files, these files stay in a queue until the process of reading and generating the report is finished, as soon as the report is…
-
0
votes2
answers1096
viewsDynamic Color in Textfield in Jasper Reports
I want to change the color of the textfield according to the value of it, I found several tutorials that say to create a style and apply to textfield, you have to mark a "Styled text" option that I…
-
0
votes2
answers1479
viewsSources in jasperreports reports on wildfly
I have a java web project that runs on a linux server. This project has reports created in Ireport with custom fonts, but these fonts are not displayed when I call the reports in this project. I…
-
0
votes0
answers468
viewsHow to create PDF from . Jasper
I created a report on iReports and managed . Jasper, but I have no idea how to generate the PDF, I’ve tried several tutorials and nothing works, to create the pdf. What I need is to generate the PDF…
-
0
votes2
answers398
viewsDynamic size Pagefooter on iReport
When creating a report on iReport and would like the PageFooter had its dynamic size according to the components that were visible within it. Not all the components of PageFooter will be visible on…
-
0
votes0
answers44
viewsProblems with ireport
I’m trying to generate a simple report, with three filters: start date, end date and reservoir. The problem is that when you click the button to generate the report nothing happens, and I do not…
-
0
votes1
answer106
viewsJasperreports - Is it possible for a report to be automatically listed several times?
I have a report that is nothing more than a receipt, with its items and data of the note and the items. A feature was requested that when selecting more than one invoice, this report manages the…
-
0
votes0
answers1131
viewsTake input from an Arraylist to generate report in ireport
How can I get the Dice from the list to go to the ireport? I already tried to give a "get" but error. This is my method that generates the report: public void gerarRelatorio(ArrayList list) { for…
-
0
votes1
answer153
viewsIs it possible to create empty table with ireport?
My problem seems simple, but I’m not getting it. Currently the report is printed with a blank space for the teacher to insert the programmatic content of his classes, he puts date and content. Some…
ireportasked 8 years, 10 months ago Guilherme Villaca 53 -
0
votes0
answers55
viewsiReport report on server
Good morning guys. I have a problem here, that I found nothing on the net similar. I have a jsf project that generates a report in ireport, which works locally perfectly. I simulated a local server…
-
0
votes1
answer174
viewsNo query Executer Factory Registered for 'sql' language
In my project there are some reports and graphics, using DynamicReports which function properly in the IDE Netbeans without any mistake. But through the command line running the jar java -jar…
-
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
answer490
viewsError generating Report in Jasper Ireports
I followed a blog on the web that teaches how to generate the reports, but I come across a situation that I can not solve. In case I have the following codes: Main java. public class Main { /** *…
-
0
votes1
answer453
viewsHow do I create templates in iReport?
I wonder if there is any way to use a template created by me in other reports? I want all reports in my system to follow a pattern, but how to do this?
-
0
votes1
answer549
viewsiReport does not render bold in PDF
iReport does not render Bold in PDF. Has anyone had a problem with this? Bold marked. Embedded PDF marked. Markup: Tested with HTML and Styled. I’m using font Arial. I have tried setting HTML and…
ireportasked 8 years, 1 month ago Jeremias Santos 403 -
0
votes1
answer122
viewsString parameter in iReport
I have a Contract registration where has a text editor and the user can edit the text of the contract, but in this text will have information as Company and Plan Holder that are dynamic and as the…
ireportasked 8 years ago Jeremias Santos 403 -
0
votes1
answer795
viewsSomatorio Jasper iReport
Good morning, I have a problem to add records in the ireport, at the end of my page I put the variable PAGE_COUNT, but it only adds the records of the last page. How to add up the records of all…
-
0
votes1
answer146
viewsProblem opening Ireports sub-report on another terminal
I created a report that searches for information in a sub-report to show all information. But when running on the development machine it appears without any problem either in the IDE or by running…
-
0
votes0
answers60
viewsiReport + PHP + Input Value Pass
I’m in doubt, I need to issue a specific report. I need to take a name typed by an input field, and generate the report through that name, I did a search on parameters, and did not understand very…
-
0
votes1
answer103
viewsHow do I choose the download location of a report made in Java?
So, I created an application that generates an ODT file... in the code I am specifying exactly where it should be saved, which is in 'c:/test/sample_report.odt'... I put this name to test... the…
-
0
votes0
answers18
viewsError generating report, only on server
I have an application in Netbeans, decided to put it on the air, made an aws server on Amazon, set up mine glassfish server, and up the application, the configuration of the glassfish It’s the same…
-
0
votes1
answer154
viewsHow to leave values in report with iReport(or TIBCO) only with 2 decimal places
I wanted to make sure my real values were only 2 decimal places in my report, but I don’t know where to declare it. On my application I declared all floa type…
-
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
answer311
viewsIreport and php 7.0
Good afternoon, you guys! I use Ireport to generate reports, in php 5.6 it works well, and very well by the way, but in php 7.x. x it shows the following error when trying to generate a report:…
-
0
votes2
answers493
viewsHow to do if in sql - Postgres
Need to do an if in the example postgres. SELECT log."data" AS log_data, log."tipomovimento" AS log_tipomovimento, log."nomefornecedor" AS log_nomefornecedor, log."nomeproduto" AS log_nomeproduto…
-
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
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…