GrapeCity.ActiveReports.Document Namespace
In This Topic
The Grape.ActiveReports.Document namespace contains many classes which give control over various aspects of the final output of the report.
Classes
| Class | Description |
 | PageDocument | Represents the report processing capabilities. Represents the report processing capabilities. |
 | PageRangeParser | Extension parser. |
 | SectionDocument | Represents a section document section in ActiveReports, encapsulating pages and their collection. This class extends the generic document structure to provide specific functionalities for handling pages within a section-based report document. It includes features such as compatibility mode settings for rendering, font resolution for cross-platform rendering, document content management, printer settings, print options, and event handling for print progress, print abortion, and printing errors. |
Enumerations
| Enumeration | Description |
 | CompatibilityModes | Specify if the engine or the document should use legacy GDI/GDI+ rendering or new cross-platform based rendering implementation. |
See Also