ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Extensibility.Printing Namespace / Margin Class / Margin Constructor
The left margin.
The right margin.
The top margin.
The bottom margin.

In This Topic
    Margin Constructor
    In This Topic
    Initializes a new instance of the 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.
    right
    The right margin.
    top
    The top margin.
    bottom
    The bottom margin.
    See Also