image print problem

edited 8:26PM in FastReport 3.0
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

Comments

  • edited 8:26PM
    Use TfrxReport.OnBeforePrint event:

    if Sender.Name = 'Picture1' then
    TfrxPictureView(Sender).Picture.Assign(your_image)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.