fgl_report_setPrinterPrintQuality

Control the quality used by the printer.

Syntax

fgl_report_setPrinterPrintQuality(
   printQuality STRING )
  1. printQuality - one of: draft|high|normal

Usage

Function to control the quality used by the printer

Specifies the print quality used by the printer. Default: not set Setting this option reduces the set of usable printers to those matching it.

Fails if argument is not one of the specified values

For an example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.