ReportPicture image is low-quality in generated PDF

I’m using Xojo’s Report module for the first time to create a report and then output it as a PDF using PDFDocument. So far, so good, except that I want a good quality version of my app’s logo in the footer and I can’t seem to generate one.

Setting the Image property of a ReportPicture at design-time does not seem to generate an image in the report. I’ve also tried setting the Image property in the BeforePrinting event of the ReportPicture and still no logo is visible. It’s as though ReportPicture doesn’t support Image Sets?

The only way I’ve found to get a logo into my report is to create a new Picture in the BeforePrinting event and assign that to the Image property of the ReportPicture. But while that does set an image, it’s a low-quality one.

I’m sure I can’t be the only person wanting to use images in reports … so hopefully there’s a simple answer to this! :slight_smile: