RpReport:SetTopMargin() Method
<< Click to Display Table of Contents >> RpReport:SetTopMargin() Method |
![]() ![]() ![]() |
Purpose
This method allows you to specify the top margin in any section of a report.
Syntax
<oReport>:SetTopMargin(nValue, [nSection]) nValue
Arguments
nValue | The new margin setting in inches |
nSection | Optional section number. The default is the first section after the optional title section. |
Description
The top margin for a report must be set in the section to be changed. Use this method instead of setting the margin on the printer device directly which will not work.
Example
// Set the top margin in section 1 to 1.5 inches
oReport:SetTopMargin(1.5, 1)