[]
Represents report section page.
public abstract class PageBase
| Name | Description |
|---|---|
| PageBase() |
| Name | Description |
|---|---|
| Body | Gets the body of the report section. |
| BottomMargin | Gets the height of the bottom margin of the report. |
| Hidden | Gets a value indicating whether the report section is hidden. |
| LeftMargin | Gets the width of the left margin of the report. |
| PageFooter | Gets a reference to the page footer section of the report. |
| PageHeader | Gets a reference to the page header section of the report. |
| PageHeight | Gets the report page height. |
| PageWidth | Gets the report page width. |
| Pagination | Gets the pagination mode of the report section. |
| PaperOrientation | Gets the paper orientation of the report page. |
| RightMargin | Gets the width of the right margin of the report. |
| TopMargin | Gets the height of the top margin of the report. |