Reporting API Functions / Functions to change reporting options |
Control the collation of multiple copies.
fgl_report_setSVGSheetCollate ( sheetCollate STRING )
Function to control the collation of multiple copies.
Specifies whether the pages of the document are to be in sequence, when multiple copies of the document are specified by the fgl_report_setSVGCopies function.
For example, if a document produces two pages as output, fgl_report_setSVGCopies is 6, and sheetCollate is "uncollated", then six copies of the first page are printed followed by six copies of the second page.
This function applies only if the option PrintOnNamedPrinter is chosen in a call to fgl_report_configureSVGPreview.
This function fails if the argument is not one of the specified values.See Usage.