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.
See Usage.