Category: | Bug report |
Priority: | Urgent |
Status: | Assigned |
Project: | Severity: | Critical |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Created a simple report with a field and an image with the expression, it.businesslogic.ireport.barcode.BcImage.getBarcodeImage(12,<field name>,false,false).
The viewer displays the barcode properly. Saved the report and exit. When reopening the same report, the field will be misaligned the image element missing.
Kindly advise.
1 Comment:
Additional information.
Changed the Image expression to "net.sourceforge.barbecue.BarcodeImageHandler.getImage(net.sourceforge.barbecue.BarcodeFactory.createCode128B(<column name))" from "it.businesslogic.ireport.barcode.BcImage.getBarcodeImage(12,<field>,false,false)" and placed the image in the PageHeader band. Saved and exit. Reopen the report and everything is aligned.
However if the image element is placed in the Detail band. After saving and reopening, all elements are misaligned.
Anyone can advise?