Re: [jasperreports-questions] dynamic xls report

2006-01-17 Thread Henrique Oliveira
Hi, yes, there. Use the crosstab. See example on http://jasperreports.sourceforge.net/samples/index.html Unfortunately yet not exist design graphic tool to draw the crosstab, but you can edit you xml and create it. Manuel Grau Aracil wrote: Hi! I need to make an excel report with dynamic

Re: [jasperreports-questions] Error MEssage printing using JasperPrint Object

2006-01-12 Thread Henrique Oliveira
Hi, (sorry for my English, it's terrible) If you try do this, maybe solve you problem: JasperPrint jPrint = JasperFillManager.fillReport(reportFile.getPath(),parameters,con); if(jPrint.getPages().size() 0) { //JasperExportManager.exportReportToPdf(jPrint); //or