force printing in b/w / Printing or Preview in Script
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
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
In the script you can call user function to force printing in black/white from the Delphi's code. Use Report.OnReportPrint event