fgl_report_setPrinterNumberUp
Specify the number of print stream pages for a single side of an instance.
Syntax
fgl_report_setPrinterNumberUp(
numberUp INTEGER )
- 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.
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.