ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / ReportCombiner Class / SetMargin Method / SetMargin(Length) Method
Margin length

In This Topic
    SetMargin(Length) Method
    In This Topic
    Sets the margins of the report to the specified value.
    Syntax
    'Declaration
     
    Public Overloads Sub SetMargin( _
       ByVal all As Length _
    ) 
    public void SetMargin( 
       Length all
    )

    Parameters

    all
    Margin length
    See Also