ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Page Class / BottomMargin Property

In This Topic
    BottomMargin Property (Page)
    In This Topic
    Gets or sets the height of the bottom margin.
    Syntax
    'Declaration
     
    Public Property BottomMargin As Length
    public Length BottomMargin {get; set;}

    Property Value

    A Length structure indicating the height of the bottom margin.
    Remarks
    The default value is 0in.
    See Also