ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / ReportCombiner Class / SetMargin Method / SetMargin(Length,Length) Method
Top and bottom margins
Right and left margins

In This Topic
    SetMargin(Length,Length) Method
    In This Topic
    Sets the margins of the report.
    Syntax
    'Declaration
     
    Public Overloads Sub SetMargin( _
       ByVal topAndBottom As Length, _
       ByVal rightAndLeft As Length _
    ) 
    public void SetMargin( 
       Length topAndBottom,
       Length rightAndLeft
    )

    Parameters

    topAndBottom
    Top and bottom margins
    rightAndLeft
    Right and left margins
    See Also