[#1182] - Ireport 2.0.3 + barbecue : Missing image

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.

AttachmentSize
Binary Data barcode.jrxml3.1 KB
wml88's picture
1
Joined: Jan 9 2008 - 4:05am
Last seen: 15 years 8 months ago

1 Comment:

#1

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?

Feedback
randomness