fgl_report_setPrinterName

Select a specific printer by name.

Syntax

fgl_report_setPrinterName(
   printerName STRING)
  1. printerName - the name of the printer.

Usage

Function to select a specific printer by name.

Name of requested printer listed as "SERVICE". A special meaning is attached to the name "stdout". If this value is specified, then postscript is written to stdout. Default value is "Not Set". Setting this option reduces the set of usable printers to those matching it.

For a generic 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.