Category: | Bug report |
Priority: | Immediate |
Status: | New |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | N/A |
Assigned to: |
Hello everybody, I have a problem to generate pages with Ireport 5.6.
The pdf that I'm generating today has 220 records approximately and dont generate many pages, only one page with many records.
All informations is being presented Normally on report, I believe that the error is in the parameterization of IREPORT. See the printscreen from page header,print_ireport.JPG
In Band Detail, I didn't put data, I already tried to put the componentList inside the Band Detail, but all items lose the reference from the list.
I attached files .jasper and .xml, That I use.
test.jrxml (31,3 KB)
test.jasper (66.4 KB)
Below is the code from the list that I send to Ireport.
List list = new ArrayList ();
list.add (resultDTO);
JRBeanCollectionDataSource dataSource = new JRBeanCollectionDataSource (list);
JasperPrint print = JasperFillManager.fillReport (getRealPath (InvoiceInternational.INVOICE_JASPER_PATH), getParametros (), dataSource);
Please, Help me to solve it.
Thank You so much.
1 Comment: