[]
HTML rendering modes.
public enum RenderMode
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
| Name | Description |
|---|---|
| Galley | The report will be rendered in HTML with one page header, one page footer (if they exist) and the report body will be rendered in one large section. |
| Paginated | The report will be rendered in HTML with a page head and page footer for each page (if they exist) and the positions will be determined by the report's page height. |