fgl_report_setSVGCopies

Specify the number of copies to be printed.

Syntax

fgl_report_setSVGCopies(
   copies INTEGER)
  1. copies - the number of copies to print.

Usage

Specifies the number of copies to be printed. The default is one (1).

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

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.