I\'ve been playing with iReport (older version 3.0.0) for a while and I can\'t seem to find a way to make just a static table, which seems silly and leads me to think that I\'m just dense.Can someone
im using iReport 3.5.2. I want to line number in group band. for example, 1. 1. 2. 2. 1. 开发者_开发技巧2.
i tried to do this, (case when (PREPAYMENT_AMT != null) then 0 else (PREPAYMENT_AM开发者_StackOverflow中文版T) END)
How to convert the pdf into the word doc fil开发者_如何学Ce? The pdf file was generated by JasperReports and which has one table in which one column contains text with html body part like <p>&l
I have a startDate and an endDate as an input parameters. This parameters are used in the query say: SELECT * FROM patientRecords
For some reason my page footer with the date and page x/y gets only printed on the very last page. Does anyone have an idea why?
I would like to use Java reports \'report engine\' to generate reports (HTML/PDF etc) and display them on my website.
I am developing an application using Java with MySQL for a custom开发者_StackOverflow中文版er. I don\'t want the customer to install MySQL on his PC, so I moved to java Derby DB.
Am using JasperReports to generate report in CSV format. What I want to do is make column to has a selection list with values (\'yes\',开发者_开发问答 \'No\'). Is that doable with JasperReports?This i
I\'ve been searching for a weeks for my problem on the internet, but I haven\'t found it yet, here is my problem, I wish anyone here can help me to solve this.