Reporting API Functions / Functions to change reporting options |
Select which pages should be printed.
fgl_report_setSVGPageRange( fromPage INTEGER, toPage INTEGER )
Function to select which pages should be printed.
The function applies only if the option PrintOnNamedPrinter is chosen in a call to fgl_report_configureSVGPreview.
For a generic 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.