Fast report image problem

edited 8:27PM in FastReport 3.0
;) hi My Names is Fatih

I Want to a my image print with fast report

Exsample
I have
form1.image1.picture

This image can not print with Fast report

Thanks all helps

Comments

  • edited 8:27PM
    If you have a TfrxPictureView in your FastReport called MyPicture you can use this code in Delphi. It assumes that you've used FindObject() or some other method to get the reference to MyPicture:

    MyPicture.Picture.LoadFromFile(form1.image1.picture.filename);

    Hope that helps -- I just figured this out tonight!

    Chris

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.