fgl_report_setPrinterNumberUp

Specify the number of print stream pages for a single side of an instance.

Syntax

fgl_report_setPrinterNumberUp(
   numberUp INTEGER )
  1. numberUp - number of pages

Usage

Function to specify the number of print stream pages for a single side of an instance.

Specifies the number of print stream pages to impose upon a single side of an instance of selected medium. That is, if the numberUp value is n, the printer must place n print stream pages on a single side of an instance of the selected medium. To accomplish this, the printer may add some sort of translation, scaling or rotation.

Note: Since this feature is available only on a few printers, it is advisable to perform the necessary transformations using this API Default: "not set" 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.