ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / Margins Class / Margins Constructor
The left margin, in hundredths of an inch.
The right margin, in hundredths of an inch.
The top margin, in hundredths of an inch.
The bottom margin, in hundredths of an inch.

In This Topic
    Margins Constructor
    In This Topic
    Initializes a new instance of the Margins class with the specified left, right, top, and bottom margins.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As Integer, _
       ByVal right As Integer, _
       ByVal top As Integer, _
       ByVal bottom As Integer _
    )
    public Margins( 
       int left,
       int right,
       int top,
       int bottom
    )

    Parameters

    left
    The left margin, in hundredths of an inch.
    right
    The right margin, in hundredths of an inch.
    top
    The top margin, in hundredths of an inch.
    bottom
    The bottom margin, in hundredths of an inch.
    See Also