ActiveReports Developer 7
Margins Constructor(Single,Single,Single,Single)
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Margins Class > Margins Constructor : Margins Constructor(Single,Single,Single,Single)

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.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal left As System.Single, _
   ByVal top As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single _
)
C# 
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