Enum ReportPaginationMode
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
How a report is divided into pages.
public enum ReportPaginationMode
Fields
Physical = 0Hard pages: the page size, margins and columns the definition states, which is what PDF, images and print use.
Interactive = 1Soft pages for an on-screen viewer: the definition's
InteractiveHeightandInteractiveWidth, with no margins and one column. A page's body is the interactive height less the page header and footer; an interactive height of 0 makes the whole body one page as tall as its content; and a page is widened to its widest item rather than cut across. Everything else — keeping together, page breaks, repeated headers, page numbers — follows the physical rules: one paginator, two page shapes.