[]
Gets or sets a height of the bottom margin.
public Length BottomMargin { get; set; }
| Type | Description |
|---|---|
| Length | A Length value indicating the height of the bottom margin.
Default value is |
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.BottomMargin = "1in";