PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD22 pdf report background
WD22 pdf report background
Iniciado por guest, 18,jul. 2017 23:50 - 1 respuesta
Publicado el 18,julio 2017 - 23:50
Hi,

Ive created a report which uses a PNG image for the background which works fine until I export to PDF then the background image disappears.

Any ideas?

Thanks

ISO
Publicado el 19,julio 2017 - 09:00
Just setting the background in the report description doesn't seem to be enough, i ve added this code:

MySelf..BackgroundImagePrinted = True
MySelf..BackgroundImage = ".../image.png"

works fine now.