ActiveReports 8
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 System.Single, _
   ByVal top As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single _
)
public Margins( 
   System.float left,
   System.float top,
   System.float right,
   System.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.
See Also

Reference

Margins Class
Margins Members
Overload List

Support Forum