ActiveReports 6 Online Help
Margins Constructor(Single,Single,Single,Single)

Specifies the left margin, in inches.
Specifies the top margin, in inches.
Specifies the right margin, in inches.
Specifies the bottom margin, in inches.

Initializes a new instance of the Margins class with the specified margins.

Syntax
'Declaration
 
Public Function New( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal right As Single, _
   ByVal bottom As Single _
)
public Margins( 
   float left,
   float top,
   float right,
   float bottom
)

Parameters

left
Specifies the left margin, in inches.
top
Specifies the top margin, in inches.
right
Specifies the right margin, in inches.
bottom
Specifies the bottom margin, in inches.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Margins Class
Margins Members
Overload List

Send Feedback