ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSectionPage Class / BottomMargin Property
Example

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

    Property Value

    A Length value indicating the height of the bottom margin. Default value is 0in.
    Example
    ReportSectionPage sectionPage = new ReportSectionPage();
    sectionPage.BottomMargin = "1in";
    See Also