Page 1 of 1

Images not displaying in PDF export

Posted: Sun May 20, 2012 11:26 pm
by AlastairPitts
I have an issue with the 2012.1 release of SL reports.

The images do not correctly show in the exported PDF file. They correctly display in the SL viewer, but not in the exported file.

In the previous version (2011.3), this actually caused a crash.

It seems to be a result of the image being smaller than the StiImage component.

I will attach a sample report (MRT) and PDF output which was generated using the designer (winforms).

Regards,
Alastair

NOTE: I realise that the image is pointing to a path on my hard drive, but the attached JPG will demonstrate what it looks like (it's a small 16x16 pixel image). This JPG was generated using the Save to JPG option.

Images not displaying in PDF export

Posted: Mon May 21, 2012 3:43 am
by HighAley
Hello.
AlastairPitts wrote:I have an issue with the 2012.1 release of SL reports.

The images do not correctly show in the exported PDF file. They correctly display in the SL viewer, but not in the exported file.

In the previous version (2011.3), this actually caused a crash.

It seems to be a result of the image being smaller than the StiImage component.

I will attach a sample report (MRT) and PDF output which was generated using the designer (winforms).

NOTE: I realise that the image is pointing to a path on my hard drive, but the attached JPG will demonstrate what it looks like (it's a small 16x16 pixel image). This JPG was generated using the Save to JPG option.
Due to Silverlight restrictions it's impossible to open file without OpenFileDialog. So you should set the Image property in the Designer by opening file there.

Thank you.