fgl_report_setPrinterCopies

Specify the number of copies to be printed.

Syntax

fgl_report_setPrinterCopies(
   copies INTEGER )
  1. copies is the number of copies to print.

Usage

Function to specify the number of copies to be printed.

Specifies the number of copies to be printed. Default value: 1

Setting this option reduces the set of usable printers to those matching it.

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.