fgl_report_setXLSXPageGroupingMode
Groups pages in a single sheet.
Syntax
fgl_report_setXLSXPageGroupingMode
(pageGroupingMode
BOOLEAN)
- pageGroupingMode - Selects whether pages originating from the same MiniPage
are combined or not.Note:
To specify a BOOLEAN value, enter TRUE or FALSE without quotation marks.
Usage
This function is used to set Page grouping mode. When TRUE is selected, all pages originating from the same MiniPage are combined in a single sheet, otherwise every page becomes a sheet.
This function may exhaust memory if the report consists of many pages that originate from the same root MiniPage.