Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
How to changing the image shown in a report.
rbuser
October 2004
edited October 2004
in
General
I have a report that has an image within the report. ppImage2.
How do I change the image within my program.
ie.
datamodule.ppreport1.ppimage2 := 'c:\test\image1.BMP'
Cheers
SteveW
Comments
nicocizik
October 2004
edited October 2004
Hi Steve,
You can use the Picture property of the TppImage object to assign an image.
Something like the following...
ppImage1.Picture.LoadFromFile('C:\MyImage.bmp');
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
You can use the Picture property of the TppImage object to assign an image.
Something like the following...
ppImage1.Picture.LoadFromFile('C:\MyImage.bmp');
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com