RpReport:SetRightMargin() Method
<< Click to Display Table of Contents >> RpReport:SetRightMargin() Method |
![]() ![]() ![]() |
Purpose
This method allows you to specify the right margin in any section of a report.
Syntax
<oReport>:SetRightMargin(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 right 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 right margin in section 1 to 1.5 inches
oReport:SetRightMargin(1.5, 1)