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
- 
		7 votes2 answers2804 viewsGenerate Ireport / Jasper Report containing 2 pages (with 3 columns each) on the same sheet in landscape modeI’m making a report for a client and I’m not getting it assembled according to your need. What it needs is to generate a PDF of A4 sheet in landscape mode, containing each sheet two pages (odd and… 
- 
		6 votes1 answer1086 viewsPassing a list of arguments to a Jasper Reports queryI’m redoing some reports on Jasper Reports here at the company. I am migrating to have a reporting service agnostic the SQL query structure of the report. Before, the system knew deeply how such a… 
- 
		5 votes1 answer246 viewsError while running main report - Jasper StudioI am generating a report in Jasper Studio, where the main report has N sub reports, one of which has a connection to a database other than the main report. When I run the main report in Jasper… 
- 
		4 votes2 answers314 viewsJasper Reports 5 to 6 Obsolete methodsI created some relays through the TIBCO Jaspersoft® Studio - Visual Designer for JasperReports and I am using the lib below in my project. <dependency>… 
- 
		4 votes1 answer738 viewsPass List to a sub report and call it in main reportGuys I have a method that generates a pdf report in a certain directory, now arose the need to use a sub report, but I’m having difficulty understanding how to pass a List as the data source for… 
- 
		4 votes0 answers2049 viewsPhp Laravel with Jasper reportI’m using the framework, and jasperphp to generate the report, but I can’t pass the pro database, most use mysql to generate the report, only I’m using Mssql, someone give me a light with that… 
- 
		4 votes1 answer715 viewsHow to pass parameters for IN clauses in Jasperreports?I have a question in the passage of a parameter in Ireport. I need to pass a list as a parameter. Example: In SQL code the query looks like this: SELECT * FROM TABELA WHERE COD IN (1,2,3,4) In… 
- 
		3 votes3 answers2057 viewsHow to format textfield with bold in Ireport?I used the toolbar and applied the bold for the fields, which visually changed, as can be noticed in the image, but in the generated pdf the formatting is not displayed. I am using version 4.0.1 of… 
- 
		3 votes1 answer3381 viewsCreate report with nested listsI would like to know please how to report to Ireport taking into account that the figure present in this post has three nested collections. Where a table has N vigências and a vigência has N faixas.… 
- 
		3 votes1 answer4217 viewsCalling Subreport in Main ReportGuys, I have 2 reports, the sub report and the main report, but when I give a preview I can only view the main one, as I do to display the sub report as well? I’m using Jaspersoft Studio. I have a… jasper-reportsasked 10 years, 5 months ago DiegoAugusto 8,694
- 
		3 votes1 answer440 viewsProblem generating report between datesI have a field DATETIME with a date and time: 2015-08-06 08:50:28. I’m trying to generate a report by passing two parameters, Data_Inicial and Data_Final so that I can get all the bank dates that… 
- 
		3 votes1 answer1187 viewsHow do I place a record on a new page using Jasperreports if it overflows the last page?I’m using Jaspersoft-studio 6.2.0 and Jasper-Reports lib also 6.2.0. I have a report and in the detail section some of the records in the table can go from one page to another and their content is… 
- 
		3 votes1 answer119 viewsJasperview closing the entire systemI don’t even know how to explain it but I’ll try. I have a system made in Javafx that displays reports with Jasper according to the selected item, until then everything quiet, when selecting an item… 
- 
		3 votes1 answer573 viewsError generating report with Jasper ReportsI’m trying to generate a report with Jasper Reports + JSF and I’m having the following exception: net.sf.jasperreports.engine.Jrexception: Invalid page index range : 0 - -1 of 0 at… 
- 
		3 votes0 answers490 viewsExecution error JasperreportI have a problem with Jasperreport, I am developing an application for study, where I have a frontend that connects with a db (sqlserver) for registration, queries and reports. In the report part,… 
- 
		3 votes1 answer454 viewsJava program does not find the Jasper report pathI made a small program in java to generate budget reports, I used for both Jasper Ireport, made, tested, generated the budgets all running on my computer. When I installed it on a friend’s computer… 
- 
		3 votes0 answers107 viewsSubreport is not printedI have a report and I need to use subreports, I can generate the report, but the subreports are being printed blank, as if they had no data XML of the Report <?xml version="1.0"… 
- 
		3 votes1 answer105 viewsProblems in displaying the report with JasperreportIn my work, I am developing a Java EE application, with web service REST (Jersey), Hibernate and Jquery on the front end. All my system requests use ajax and I am having difficulty generating the… 
- 
		2 votes4 answers6235 viewsInserting image with Jasperreport via parametersI am learning a little about Jasper/ireport and am having some problems generating a report with an image. I followed some tutorials that I found on the Internet but I’m making a mistake that I’m… 
- 
		2 votes1 answer914 viewsPrint Enum field in JasperreportsI created a Enum which has a description field for each of its items. In my report on Jaspersoft Studio i want to print this description field and not the name() of Enum. I created a field in the… 
- 
		2 votes1 answer619 viewsDirect printed in JavaI need to create a form to be printed on a thermal printer (not tax), in case I thought to create a printed by Jasperreports but Jasper searches the bank for the information and wanted to get the… 
- 
		2 votes1 answer427 viewsGraphics Generation Framework for a Desktop System in JavaGood afternoon, I’m developing a system desktop in Java and in it I need to provide data visualizations through graphs. I would like to know if anyone knows, has heard or has used any framework for… 
- 
		2 votes1 answer334 viewsProblems with IreportsLately I am creating some reports for my application using Jasper Reports (Ireports) only that I have been facing some problems. Today I am using the plugin for Netbeans but from a moment to another… 
- 
		2 votes1 answer103 viewsHow to pass to column of a Dynamicreports the contents of a compound object. Datasource is a list of this objectI’m making a report using Dynamicreports For this I am passing a list to be used as Datasource List<VisaoViagemQuadroMensal> linhas = new ArrayList<VisaoViagemQuadroMensal>(); where :… 
- 
		2 votes0 answers232 viewsChange field name in JasperI’m putting together a report and as I work with more than one table, there are equal field names. Jasperstudio started adding the Fields giving names like: COLUMN_1, COLUMN_2, etc. My question is:… jasper-reportsasked 10 years, 3 months ago Roknauta 2,811
- 
		2 votes2 answers1082 viewsReport does not obey formatting when exported to PDFI created a report in iReport that contains formatting (fonts, bold and italics). In the iReport’s own preview it appears correctly, but when used within a Demoiselle-jsf-jpa project and exported to… 
- 
		2 votes0 answers1684 viewsReport generator for PHPFolks someone can show me a tool Gerador de relatório enabling integration with the PHP, at this link: UI for PHP report design, there is information about the iReport, because I’ve even been using… 
- 
		2 votes1 answer2311 viewsJasper Reports - Error picking bean valueI’ve been looking for three days now and I can’t solve this problem. Let’s get the explanation: I’m creating a report in Jaspersoft studio and linking with my database, in the preview of my report… 
- 
		2 votes1 answer990 viewsLines with alternating colorsI’m putting together a report using Jaspersoft Studio to display a list of system calls. This list has 3 columns, with the number of the call, the title and its creation date. What I need is that… 
- 
		2 votes0 answers57 viewsRepeated columns tree styleI’m having a hard time building a report on Jasper, which should have the following impression, follows ex: Código SubCodigo Código Final 01 001 001 002 003 001 002 003 006 001 The problem I’ve… 
- 
		2 votes1 answer2032 viewsHow to create style condition in Jaspersoft Studio?How can I put a style condition in Jasper Studio checking if the value is positive put green in foreground, if it is 0 or negative put red in foreground? I pass the following to the datasource… 
- 
		2 votes1 answer174 viewsHow to place a letter on the right side of the page, showing the first letter of the last record?How can I put a letter on the right side of the page, showing the first letter of the last record in Jasperreports? Another thing is that the lyrics need to be A-Z(like a phone book). This is an… 
- 
		2 votes0 answers343 viewsJasperprint IreportWhy the following statement runs on Windows and not linux? JasperPrintManager.printReport(relatorio, true); In the window open the printer dialog, but under Linux show the next error:… 
- 
		2 votes1 answer176 viewsGenerated PDF file changesI developed a report in Jasperstudio which takes some information from the database and also some parameters that are passed via Inputs, when I am testing the application on my station, the PDF is… 
- 
		1 votes2 answers1602 viewsSub report does not appear when running from within the systemAlready search in various places, sites and the like and do not find a way the sub report appears when running the program. Follow the codes, if you need anything else, let me know. Leading <?xml… 
- 
		1 votes1 answer818 viewsPass updated information from subreport to parent reportI am making a report that contains all service providers, and has the following hierarchy: City -> Specialty -> Provider. In the ireport stood the main report containing a city subreport,… 
- 
		1 votes0 answers225 viewsJasper report does not update dataGood night, you guys, I’m having a bit of a frustrating problem. I have an employee report in the system that works fine. Brings the data all correctly. However, when I register a new employee and I… 
- 
		1 votes3 answers1547 viewsiReport 3.6 does not openMy team and I work with iReport, I haven’t used mine for a while, but I had to open it for maintenance recently and it doesn’t work. The splash screen displays "Loading cached Objects" and closes… 
- 
		1 votes0 answers530 viewsWhile loop inside the IreportI wonder if there is any way to insert loop inside the ireport ? I have an FPDF report and within it there are two while loop and I would like to redo this report using ireport . 
- 
		1 votes0 answers175 viewsHelp to Generate this report in ireportI have following report in FPDF, I need a help to generate it in ireport format <?php session_start(); // Classe suporte para geração de relatório - Relação de Escolas class PDF extends ImaPdf {… 
- 
		1 votes1 answer304 viewsHow to preview more than one Ireport fileI would like to know how to make one preview of various reports from Ireport, i.e., I created a test project to run the reports or forms created to check how they looked before putting them on the… 
- 
		1 votes0 answers112 viewsProblem with Jasperreports and Chrome reportAfter the last update of Google Chrome some reports from my web application just don’t appear. I enabled the NPAPI in Chrome but the report still didn’t work. Someone is having this same problem?… 
- 
		1 votes1 answer618 viewsProblem sending datasource list to sub reportsI’m having trouble opening a report with sub reports passing a datasource. In Ireport I run the report with sub reports normally, but the main report is with a connection to the database and this… 
- 
		1 votes0 answers846 viewsJasper report is not generated on production servera problem in the use of JasperReports. I created a class to generate the reports, from some parameters. It inside the Eclipse generates normally, but when I export the WAR and put into production,… 
- 
		1 votes0 answers153 viewsError generating report with more than one relationship - Demoiselle ReportHello folks I’m trying to generate a report with the report Demoiselle, and I’m not managing to generate a report when I have more than one relationship, when I report from a single table is working… 
- 
		1 votes1 answer705 viewsIreport - Sub report with same main datasourceI’m developing a relatório and it has a subrelatorio that must have the same DATA SOURCE of relatório main, for this the dataSourceExpression of subreport was as follows:… 
- 
		1 votes1 answer274 viewsDependency injection problem in the Moiselle-reportI would like to put a report on a project I’m working on, and I decided to use the component that Moiselle itself provides, the Demoiselle-report. But after implementing it and testing, it returns… 
- 
		1 votes0 answers72 viewsI can’t find classpath from Jaspersoft studiogood night Does anyone know how to set up jasperstudio classpath so I can test reports based on beandatasource? In the ireport I had option but in this I can’t get. 
- 
		1 votes0 answers40 viewsChart problems on JasperreportsI have to make a report that has two pie charts, what happens is that my first Chart appears without problems, the second no, and I have already checked that the lists, which are sent via parameter,… 
- 
		1 votes0 answers73 viewsMSSQL - make select form in the result the fields do not appear repeatedThe select I’m making is this: SELECT DISTINCT dbo.Entity.ComercialName ,dbo.ScheduleStatus.Description ,dbo.ScheduleGoal.Description AS alias_DSG ,dbo.ScheduleType.Description AS alias_DST…