ActiveReports 12
Margin Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > Margin Class : Margin Constructor
The left margin value.
The right margin value.
The top margin value.
The bottom margin value.
Initializes the new instance of Margin class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Single, _
   ByVal right As Single, _
   ByVal top As Single, _
   ByVal bottom As Single _
)
public Margin( 
   float left,
   float right,
   float top,
   float bottom
)

Parameters

left
The left margin value.
right
The right margin value.
top
The top margin value.
bottom
The bottom margin value.
See Also

Reference

Margin Class
Margin Members