Reporting API Functions / Functions to change reporting options |
Configures the physical layout of a label page.
fgl_report_configureLabelOutput( paperWidth STRING, paperHeight STRING, labelWidth STRING, labelHeight STRING, labelsPerRow INTEGER, labelsPerColumn INTEGER)
For additional information about the strings that can be used to specify the parameter values, see Dimension Resolver.
Function that configures the physical layout of a label page.
This function is applicable when selecting "label" as the mapping option by calling the function fgl_report_selectLogicalPageMapping. This figures the physical layout by specifying the paper dimensions, the physical label size and the n x m layout. The physical margins (distance between page border and label) are specified by calling fgl_report_setPaperMargins.
See Usage.