[jasperreports-questions] Japser Report - JRTextExporter issue

2006-05-10 Thread Shikha Meena
Hi, In our project we are usingthe JasperReports-1.2.0 .The requirement in this project is such that a report can be used to generate the PDF , HTML, XLS orit can be used to print to a Laser printer or to the Dot Matrix printer. Now to print on the Dot Matrix printer I have used the

RE: [jasperreports-questions] Japser Report - JRTextExporter issu e

2006-05-10 Thread Kalpesh Chordia
Hello Shikha, Is there any specific reason for exporting the jrprint to text and then printing it on dot matrix printer ? Thereare APIs available in JasperPrintManager class for printing the jrprint directly without exporting. JasperPrintManager.printReport(jasperPrint, true) OR is

[jasperreports-questions] Can I merce 2 report??

2006-05-10 Thread Quang Nguyen
Hi everybody,I work with a report which has more than 200 Static text and parameter. So i cannot put all of them in one report. I have to split them to 4 report (for 4 pages).My problem is when i export to pdf file, it has 4 files for 4 pages, sound not good. I want put all of them in only one pdf

RE: [jasperreports-questions] Can I merce 2 report??

2006-05-10 Thread Kalpesh Chordia
You can create one master report and add all four reports as subreports to master report. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Thursday, May 11, 2006 10:04 AMTo: jasperreports-questions@lists.sourceforge.netSubject:

[jasperreports-questions] jasperreports+cayenne+struts

2006-05-10 Thread Alan Baltazar
has anyone implemented jasperreports with a cayenne ORM and struts web application? i tried this, http://www.objectstyle.org/confluence/display/CAY/Jasper+Integration but gave me problems. class cast exception on rowIterator.next() at DataRowDataSource class. Does anyone have any ideas