fgl_report_setSVGPageRange

Select which pages should be printed.

Syntax

fgl_report_setSVGPageRange(
   fromPage INTEGER,
   toPage INTEGER )
  1. fromPage - Selects the lower bound of the range of pages to print. The default value is 1.
  2. toPage - Selects the upper bound of the range of pages to create print. By default, all pages are printed.

Usage

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 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.