ireport
Exception when Importing JasperReport to from iReport to Java application
I\'m trying to import a moderately complex report into my java application. The report includes subqueries, a style template (jrtx) and images. Everything works great in iReport but when I try to run[详细]
2023-03-25 01:33 分类:问答Jasper Reports - Always align summary band to bottom
The summary band is always aligned to the bottom of the page when there is only 1 page. But when the summary band doesn\'t fit on the first page, it will be shown on the second page. If there is no De[详细]
2023-03-24 23:45 分类:问答Compile iReport 4.0.2 from sources with NetBeans 6.5.1 java.io.IOException
I am trying to compile iReport 4.0.2 with NetBeans 6.5.1. On the iReport forums it says that this is the NetBeans platform to which it is compatible.[详细]
2023-03-24 15:26 分类:问答Jasper Reports - Removing pageHeader/columnHeader from subreport
I have a master report with 2 subreports. I use the same report to generate PDF and xls. Pagination is enabled but for excel, i need to disable pagination, which i do by rendering all in one sheet. Th[详细]
2023-03-23 21:05 分类:问答"No data found." text in Jasper Report
I would like to do the report开发者_如何学Go using iReport which can but does not have to display rows. How can I force Jasper Reports to display the text \"No data found.\" when the query returns no[详细]
2023-03-23 07:11 分类:问答Generate a report with multiple tables
I\'m completely new to jasperserver and ireport, but I\'ve been managing. I did reach a block today and here is my problem: I\'m trying to display multiple tables (maybe 50+) where each table can have[详细]
2023-03-22 01:03 分类:问答iReport - parameterize schema name?
I have the following query : SELECT blah FROM \"PUBLIC\".\"MYACTIVITY\" MYACTIVITY The problem is, the schema name is different for different environments. I tried making \"PUBLIC\" a parameter lik[详细]
2023-03-20 15:12 分类:问答Upgrade iReport from 3.0.0 to 3.7.1 version
I was creating all .jrxml file by using iReport 3.0.开发者_开发问答0 version. Now i want to convert all these file are work in iReport 3.7.1 version.But whenever i have compile these file in 3.7.1 ver[详细]
2023-03-19 11:30 分类:问答iReport Spring loaded Hibernate connection
i\'m experiencing difficulties while trying to create a report using iReport via a Spring loaded Hibernate connection because i\'m using spring. the problem is when i try to create a database connecti[详细]
2023-03-19 07:58 分类:问答How to find sum of column in Ireport or jasper report?
I have column in detail band with value $F{thScore}+$F{prScor开发者_如何学Goe} I would like to find the sum of this column in run time . How is this possible in jasper report using Ireport.[详细]
2023-03-18 19:49 分类:问答