Class | Description | |
---|---|---|
PagePosition | Base class for storing position information during pagination. | |
ReportBase | Abstract base class for reporting. | |
ReportSection | Abstract base class that represents a section in a report. | |
ReportSettings | A class that exposes settings that relate to a Report. |
Interface | Description | |
---|---|---|
IEmbeddedVisualPaginator | Interface implemented by embedded visual elements within a ReportSection that need to alter their visual tree in response to pagination in the containing ReportSection. | |
IEmbeddedVisualPaginatorFactory | Interface implemented by a control that can create an element that implements the IEmbeddedVisualPaginator interface. |
Enumeration | Description | |
---|---|---|
HorizontalPaginationMode | Determines how to print a logical page when it it too wide to fit on a single page. | |
PageOrientation | Identifies the page orientation | |
PagePrintOrder | Identifies the order pages in a report when the HorizontalPaginationMode is set to 'Mosaic' and logical pages are split up onto multiple pages. | |
RepeatType | Determines how logical headers within the page content area will be treated within a report section. |