image print problem
hi
I have a image under delphi form VCL(Timage)
and I wanna print This image
I use Fast report 3.10 but
I Dont Know Sent to Frxreport(picture1) inside
Thanks
I have a image under delphi form VCL(Timage)
and I wanna print This image
I use Fast report 3.10 but
I Dont Know Sent to Frxreport(picture1) inside
Thanks
Comments
if Sender.Name = 'Picture1' then
TfrxPictureView(Sender).Picture.Assign(your_image)