Class ReportPage
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
One page of a paginated report.
public sealed class ReportPage
- Inheritance
-
ReportPage
- Inherited Members
Properties
- Height
Gets the page height.
- Items
Gets the items on the page in drawing order: the body, then the page header and footer.
- OverallPageNumber
Gets the page's position in the whole report, from 1:
Globals!OverallPageNumber.
- OverallTotalPages
Gets the number of pages in the whole report:
Globals!OverallTotalPages.
- PageName
Gets the page's name,
Globals!PageName, or null when nothing named it.
- PageNumber
Gets the page number as the report shows it, from 1:
Globals!PageNumber, which a page break withResetPageNumberstarts again.
- TotalPages
Gets the number of pages since the page number last started again:
Globals!TotalPages.
- Width
Gets the page width.