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.

See Usage.