ireport

Jasper Reports HTML Preview problem

I have a jrxml file which is displayed properly when previewed in PDF, but the same file doesn't display correctly when previewed in HTML. Overlapped objects are not displayed. The alignment and formatting also changes. Please help. ...

<a> html tag used for hyperlink doesn't work in Jasper Report.

I want to make one word of a sentence as a hyperlink. I have written it as : Click on our <a href="http://www.google.co.in"> website </a> to know the details. The markup property of the text field is also selected as "html". But the hyperlink is not created. Please help. ...

How to put custom style for Legend items in Bar charts in ireport ?

Hi, I have got a situation where I need to keep styled text for legend items in Bar chart. I need to put different fonts and different font sizes for each legend item. And also I need to have different font sizes for some of the letters in one Legend item. For ex: Legend items are : 2010 2009 2008* 2007 2006* Now I want to give a d...

Problem in creating win installer in i

Hi Everyone, I am trying to create an executable file (.exe) of iReport with my module included in it. While I run the target the create-iReport-distro-win-installer, I am getting the following error. Note: I am using netbeans 6.5.1 java.io.IOException: Cannot run program "makensis" (in directory "C:\Program Files\NetBeans 6.5.1\iRepor...

iReport - How to move a Summary Pie Chart on the first page of the report and not at the end?

Hi, Is it possible to have a Summary Pie chart as the first page of my multi-page report (right before the Detail band)? I need to display my Summary band as the first page when report is printed. You advice is appreciated! Siyan ...

How to add netbeans platform for customizing iReport 3.7.2

Hi, I need to do some customization of the iReport 3.7.2 source code. I am doing that in Netbeans 6.5.1. It requires some netbeans platform manager. Can anyone tell how to add the correct netbeans platform for customizing iReport3.7.2. ...

How to add netbeans platform for compiling iReport sources?

I need to customize iReport sources.. (not creating plugin) Currently i am using iReport 3.7.2 and netbeans 6.5.1 ide. I downloaded the netbeans platform 6.0.1 and followed the procedures as shown in the jaspersoft link on how to compile iReport sources. But when i tried to compile the sources. I am getting errors like libs-xerces-jar ...

How to apply texture pattern to 3D bars in pdf generated using iReport ?

Hi, I have a requirement like applying texture pattern to the 3D bars in 3D Barchart using ireport. I am able to see the texture pattern in the default JRViewer. But when I take the PDF from the same report, I cannot see the texture pattern instead I can see a transparent 3D bars. Can someone have a solution ? ...

How to add new menu item in ireport 3.7.2

I am customizing the iReport sources. I need to add a new menu item in iReport designer. Note: iReport 3.7.2 is used. Can anyone tell the procedure? ...

How to set different colors to the bars in stacked bar chart in ireport ?

Hi, I need to set a unique color to each bar in the stacked bar chart. Whatever the color I see in one bar it shouldn't be repeated in any other bar or any other stack. For example: I have 5 bars in the report. Each bar has 3 different stacks. I want to apply a red related colors to the first bar and its stacks. Second bar should have ...

how the save option in iReport is functioning?

Hi, I am customizing iReport 3.7.2 .. there is a file called SaveAsAction.java for Save As option. But I cant find anything on save or Save All option I want to know how the save option is working in iReport. Can anyone help in this issue ...

Wrong intrepretation of some columns in ireport

Hi, I got a strange problem. I am using iReport 3.7.1 tool to create some reports. The Query Editor has one query. It shows all the data types of the fields in that query exactly same as the data types shown when I execute it using SQLYOG editor. The problem is here: One field data type is mismatched. I don't know the reason. SQLYOG s...

Passing a Collection of Java Beans as DataSource to Jasper, How to design this in ireports

I need to design a report, that displays the data from a collection(Say List). This list contains multiple POJOs. The POJOs are populated by the data access layer of the application. How do I design a report template for this requirement in iReports? ...

iReport ejbql connection

I want to create ejbql connection in iReport, i have added all the related jars. Set the classpath to include the META-INF directory containing persistence.xml & jars. On testing connection it shows nothing, but in console it prints "java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.ejb.event.EJB3PersistEventListe...

How to apply custom styles to a jasper html report

How does one apply custom CSS to a HTML report generated using Jasper. I need to include this report as an iFrame into a GWT window. ...

How to control the number of rows in a JasperReport

How do I set the number of rows to be displayed per page in a report using iReports. Ex: if i have 100 records, I wasnt to display 10 per page and then break. The default behavior is to cram all the records possible in the page. ...

Could not load the following font issue in ireports

We have our own fonts for our application. We are using Windows Vista operating system to develop the Reports using iReport. We are using iReports 3.7.1. I kept all my fonts in a folder in C:\ drive. I gave fonts path in iReport. Still I am getting 'Could not load the font' error while generating the report. The same worked fine on Win...

Avoid printing the repeated values in iReport

Hi, I have around 8 columns that are retrieved from the database using iReport. For the first 3 columns, i want to print them only if their combination is unique. Can someone help on this? Thanks, Karthik ...

How to set the dynamic widths for the columns in iReport ?

I have a report. The column headings and the data under the columns are populated from the Database. Both the column header and the data under the columns are of different sizes. I want to set the maximum width to the header and the data. The maximum width of the column should be the maximum width of the record that's there under the col...

Short cut keys for using iReport

how to align a line in iReport using short cut keys? ...