Watermark revisited

FAlvaradoFAlvarado US/Mexico
edited 8:32AM in FastReport VCL
Hi All!
Besides these methods:
https://www.fast-report.com/en/forum/index....art=#entry36961
is there another way to draw a watermark in Fast-Report 6?
procedure TForm1.frxReport1EndDoc(Sender: TObject); is not working for me, because I use ShowPreparedReport and the TfrxPreview component.
both of them will work only when previewing or printing report, but not when exporting to PDF or other exports.
Best Regards
Francisco Alvarado

Comments

  • edited 8:32AM
    Hello,

    You can place a picture of watermark in report and use 'send it back' option to have a watermark effect.

    Regards.
    FAlvarado wrote: »
    Hi All!
    Besides these methods:
    https://www.fast-report.com/en/forum/index....art=#entry36961
    is there another way to draw a watermark in Fast-Report 6?
    procedure TForm1.frxReport1EndDoc(Sender: TObject); is not working for me, because I use ShowPreparedReport and the TfrxPreview component.
    both of them will work only when previewing or printing report, but not when exporting to PDF or other exports.
    Best Regards
    Francisco Alvarado
  • gpigpi
    edited 8:32AM
    If you are load fp3 files for exporting - pass through all TfrxReport.PreviewPages and add watermark on the each of them

Leave a Comment