fgl_report_setSVGPrinterName

Select a specific printer by name.

Syntax

fgl_report_setSVGPrinterName(
   printerName STRING )
  1. printerName is the name of the printer.

Usage

Function to select a specific printer by name.

The function applies only if the option PrintOnNamedPrinter is chosen in a call to fgl_report_configureSVGPreview.

To get the printer name, you can use the $GDCDIR/bin/printerinfo tool.

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.