iReport Designer is an editor developed for use with JasperReports and JasperReports Server.
0
votes
0answers
15 views
Jasper Reports doesn't format number when running report from Java code
I've created report using iReport 4.5.1 which contains tables with fields of amount values. Value of "Pattern" property of these fields is "$ #,##0.00". When I run report from iReport I see right ...
0
votes
1answer
17 views
iReports page number calculation
I have an application that is generating multiple portions of a report, and then concatenates them together to generate a PDF document. We would like to generate appropriate page numbers for each ...
0
votes
0answers
13 views
Create multiple tables from single query in japser-reports
I have to create a report where main thing is a list of items. On the first page there is also supposed to be a bunch of tables that show figures counted from the list (things like amounts of ...
2
votes
0answers
32 views
How to show a sentence with line break in report
I'm new to ireport , and i'm using an xml file in the data source :
and i have this tag in my XML:
<paymentType>net upon receipt of invoice.
Lates fees of 1% monthly will be ...
1
vote
0answers
36 views
ireport plug-in for netbeans doesn't export PDF or XLS?
I am using netbeans7.3. with ireports4.7.1 plug-in
my program connects to a database and retrieves only one record that should be shown in the report generated.
and here is the code to generate it:
...
-2
votes
1answer
27 views
converting jrxml or jasper files to Java source
I am trying to learn the jasper reports java api. The documentation is weak at best and I figure the fastest way to learn it is to play around with ireport and see how it builds jasper files.
...
0
votes
0answers
61 views
JasperReport API: createReport returns null because of html component
I have a problem with JasperReports API.
I add html component into my report (via iReport designer 5.0.4). Compilation to jasper file runs without errors.
When I try create the report I get null ...
1
vote
0answers
26 views
XPath2 not found in Jasper-Rails
I'm new to Rails but not to Java. I've been trying to test out the jasper-rails project at https://github.com/fortesinformatica/jasper-rails and that documentation makes it seem simple, but I have ...
1
vote
1answer
25 views
Conditional Horizontal line in jasperreport between results
I'm using jasperreport 4.7.0
I have a query where I order by name then date .
Now the clients wants that when the name changes that we add an horizontal line (see attached img - red line)
Is there ...
0
votes
2answers
61 views
How To EXPRESSION with WHERE “ count Orders WHERE customer = Mr. Smith ”?
I am a beginner in iReport and I cant program Java so I hope you can give me an idea.
It want to make a Stacked Bar Chart which looks like the picture below.
I've already managed to make a chart ...
1
vote
1answer
41 views
JasperReports & iReport: Generate a Message or Popup if report of hyperlink is empty
I created a few reports in iReport which are linked together. I have one main report which contains three links to other reports.
Through the database structure it is possible that the linked report ...
0
votes
2answers
61 views
Using jasperstarter to compile and run iReport “java.lang.UnsupportedClassVersionError”
Basically what I want to do is create a PDF from a iReport jrxml or jasper file.
The idea is to use this for reports over the net and the best solution I managed to find was to use a program like ...
0
votes
1answer
48 views
Merge same cells in iReport
is it possible to have a sum in detail band in iReport?
It is important to have cells merged vertically after export to excel like this:
-----------------------------
| id | year | value | sum |
...
0
votes
1answer
72 views
iReport: preview report with subreport informed the parameter
How to preview in iReport to get a report that has a subreport, and this is sent in subreport parameter?
Example Subreport in JRXML:
<subreportExpression ...
1
vote
1answer
87 views
iReport - Limit number of records allowed in a sub report
I am trying to create a report that will be used for check printing. Its layout is stub, stub, and then check. I thought the best way to do this would be have the detail for the stubs be a sub-report ...
0
votes
0answers
12 views
JRTableModelDataSource in jasper
I want to send two JRTableModelDataSource objects from two tables to a jasper report.
I have added one so far and i retrieve using "COLUMN_0", "COLUMN_1"
If i send two JRTableModelDataSource objects, ...
0
votes
0answers
22 views
making report exported in ods format by using jasper editable
I am using i-report tool as my reporting tool in my web application.But when I am export report, developed using ireport, to ODS file format using java code,the resulting ODS file is seem to be only ...
1
vote
1answer
46 views
iReport Group results in different categories
I have a dataset such as the following one:
Funder Product DueDate Amount
=======================================
Fund1 Prod1 01/oct/2013 $1,500
Fund2 Prod1 01/oct/2013 ...
1
vote
1answer
68 views
Grand Totals for Top 5 records using iReport
I have top 5 records displayed using iReport version 4.0.1 and I want to sum only the top 5 records.
I tried using the cumulative method and it worked, but it displayed the cumulative totals for each ...
0
votes
0answers
18 views
How to change the “Map server” for the Map component
I used map component in iReport. As a default behavior it gets map from google
Is it possible to change map server url? (For example, geoserver, bing, or openstreet server can be used for that)
1
vote
1answer
49 views
Use multiple fonts for a single text field in jasper reports
I have a field which displays "To : NAME". Here "To" is static and "NAME" is a variable.
So I have used a single Text Field attr and "To: " + $F{name} as an expression.
Now, the problem is, I have to ...
1
vote
1answer
87 views
Blank subreport using iReport 5
Why my subreport it isn't shown? Look, the JRXML code is very simple.
When I press the view button in iReport only the main report is shown.
The two subreports aren't shown.
Any help is welcome.
...
0
votes
1answer
43 views
Running out of memory with Java WebStart
I have a java application that usually gets run using java webstart. Right now when I run a certain Jasper report from my application I get an out of memory exception, but only when the application is ...
0
votes
0answers
52 views
Highcharts Bar starting abruptly in x axis
I am trying to create a barchart but i am struck with this strange issue that the columns are not starting form zero in the x-axis. please have a look at the picture I think it is more clear.
Here ...
0
votes
1answer
37 views
JasperReports. How to count records in time interval and display it in chart
I have a table for storing event information. When event is launched it creates new record in table. Each record contains timestamp value that represents time when event was launched.
For example:
...
-3
votes
0answers
23 views
Report is not generating in Application server [closed]
I'm using iReport 3.7.1 to generate reports.
I have to generate report with image by passing image name dynamically. Report are generated in iReport and in my local web application. But when i ...
0
votes
2answers
62 views
Watch xml sent to jasper report
I'm using JasperReports and iReport to constructing some reports.
I'm trying to see what parameters are sent so I could use them in order to make the report more dynamic.
For example, if a report ...
0
votes
1answer
198 views
How to use Multi-Select with iReport with Stored Procedure in Report Query?
I'm using iReport 5.0 attempting to develop reports for SQL Server 2008R2 back end.
Enabling the user to mix/match selections from a list (multi-select) is important.
The multi-select works well if ...
0
votes
1answer
108 views
Error filling print… java.lang.String cannot be cast to java.lang.Number
I am trying sample report. I connected database successfully.
I wrote simple query
select country, population from dataset
desc dataset;
| country | varchar(25) | YES | | NULL | ...
2
votes
2answers
73 views
Dates manipulations in iReport
I have datetime column which has data like: 2013-04-19 23:44:27.357
In iReport I'm using expression new SimpleDateFormat("h:mma").format($F{domain_datetime}) to display only the time.
In the ...
-2
votes
0answers
109 views
Print not filled. Try to use an EmptyDataSource [closed]
When I am trying to execute line chart, I am getting following error.
I am using iReport-5.0.4
Error#
Filling report...
 Locale: English (United States)
 Time zone: Default
Error filling print...
...
0
votes
1answer
59 views
Removing null elements and keeping non-null elements together on a list in jasper reports
I am using JRBeanCollectionDataSource as datasource for a subreport. Each record in the list contains elements with either null or non-null value . This is my POJO:
public class PayslipDtl {
...
-2
votes
0answers
38 views
Is there any way to use asp.net applications in Ireport [closed]
I wanted to make my reports in IReport for asp.net application.But I didnot find any useful information about it.Is there any web service API for to use asp.net applications in IReport. The link for ...
0
votes
1answer
52 views
Adding a database field as part of a hyperlink url in iReport
I need to add a database field as part of a hyperlink url to a jrxml file. In the reference box I have
"https://mywebsite.com/cart.php?a=add&pid=3&customfield[3]=<insert field>"
I ...
0
votes
0answers
43 views
Ireport: Preventing detail splitting affects the page total
When i try to prevent the detail from splitting it affects the page total.
This is what is happening:
The summary is done in the current page and the extra row is showm on the next page.
But I want ...
0
votes
0answers
72 views
Integration of HTML 5 charts with communtiy iReport
I am using JasperReport Server 4.5 and iReport 4.5 community edition and in community edition we do not have any HTML 5 chart library like enterprise edition in iReport.
HTML 5 Charts
Is there any ...
0
votes
0answers
44 views
Incorrect Frame background color from style in report exported to MS Word
I have created a report and exported it to MS-Word using JRDocxExporter. As the requirement was to use the styles from external file instead of harcoding in the JRXML, I have used JRStyle object to ...
0
votes
1answer
160 views
Rectangle borders not displayed in Jasper Report
I have a requirement where I need to display a section of data surrounded by borders, like this: Preview
I have tried to do it with adding Rectangle component in the Background band. In the internal ...
0
votes
1answer
113 views
error 6632 jasperserver
We are using iReport 5 and JasperReports Server 5. W have a report based on a MySQL Stored procedure that runs fine in the Designer, but throws a 6632 error running from the server.
The stored ...
0
votes
1answer
79 views
Sorting report according to parameter in iReport
I have a simple report with two fields: ID and NAME.
I want to sort the detail by ID or NAME depending on a parameter selected by the user in runtime.
I've tried doing something like this:
...
1
vote
1answer
242 views
Ireport 5.0 Multiple Sheet Export to Excel
I am attempting to split my report into multiple Excel sheets when I export from Jasperserver.
Report Structure - Main page with four subreports. A group header and footer for each subreport, the ...
0
votes
0answers
47 views
JasperReports Scriptlets for DataSource moveFirst()
I need to use one datasource (JRRewindableDataSource) to fill two different tables.
My scriptlet:
public class TestScriptlet extends JRDefaultScriptlet {
public void ...
0
votes
0answers
47 views
Alternative to pdfFontName on iReport
I'm developing a new report using iReport 5.0.4. It mentions that the pdfFontName property is deprecated, but in the labels that I use bold if I don't set it to Helvetica Bold it doesn't works when it ...
0
votes
0answers
56 views
Adding break to report using two identical subreports
I have a question with respect to a report I am trying to create. The overall structure of the report is as follows:
Page Header
Detail Band 1
subreport 1 (using data source 1)
Detail Band 2
...
0
votes
0answers
58 views
Add text to a line in Jaspersoft's iReport
I am trying to add some short text to the end of the line expression lines to coincide with the condition that is met. So far I have been unable to figure this out.
(
$F{RTMS_ANALYSIS_MDT1} <= ...
0
votes
1answer
44 views
Change the renderer of a JRChart in a precompiled Jasperreport
I am creating a Jasper report template in IReport which I'm compiling and filing using a Java application.
On a scatter chart I want to plot a regression line as a spline. Currently, the only way I ...
1
vote
1answer
74 views
how to get parameters defined in jasper file?
I need to get the parameters defined in a jasper file so I can generate inputs depending of the type of these parameters to fill the report.
I'm working with jasperreports-5.0.0
1
vote
0answers
60 views
How to connect iReport to SVN repository
How can I connect iReport to my SVN repository to maintain versioning for my reports?
I'm using iReport v 5.0.1
At the moment I'm using RapidSvn to handle versioning of my reports, but I'd like to ...
1
vote
1answer
203 views
How to stretch text field on multiple pages in Jasper Reports?
Scenario:
I have a jasper report with multiple text fields inside a detail band. Each text field has the properties:
Position: Float
Stretch Type: Relative to tallest object
Print When Detail ...
0
votes
1answer
74 views
Mapping one data set parameter with one of the fields returned by another data set in ireport
I am developing reports in web application using ireport designer4.0.2.In my report I have a table having cell containing another table.The query of data set of 2nd table depends on one of the fields ...



