[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.BottomMargin

BottomMargin Property

BottomMargin

Gets or sets a height of the bottom margin.

Declaration
public Length BottomMargin { get; set; }
Property Value
Type Description
Length

A Length value indicating the height of the bottom margin. Default value is 0in.

Examples
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.BottomMargin = "1in";