Reporting API Functions / Functions to change reporting options |
Configure the physical margins of a report.
fgl_report_setPaperMargins( topMargin STRING, bottomMargin STRING, leftMargin STRING, rightMargin STRING )
Function that configures the physical margins of a report
The physical margins of the report can be set by this function for the case that either label printing or multi page output has been selected by a call to fgl_report_selectLogicalPageMapping.
For additional information about the units that can be used to specify the margin values, see Dimension Resolver.
For a generic 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.