force printing in b/w / Printing or Preview in Script

edited 8:29PM in FastReport VCL 5
Hello,

I have two questions for FastReport 5 :

1. : Is it possible to force printing in black/white? I Want A make report Appears in color in the preview, but when printing it should be black/white.

2 . I can set the property Visibility ( vsPreview , vsExport , vsPrint ) in bands / objects.
Is there a condition for script/If-conditions to decide if I am in a preview or if I'm printing.

Thank you!

Regards, Jan

Comments

  • gpigpi
    edited 8:29PM
    All these things you can do in the Delphi's code
    In the script you can call user function to force printing in black/white from the Delphi's code. Use Report.OnReportPrint event

Leave a Comment