GrapeCity.ActiveReports.Export.Html.v9 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace : RenderMode Enumeration |
'Declaration Public Enum RenderMode Inherits System.Enum
public enum RenderMode : System.Enum
Member | Description |
---|---|
Galley | Indicates that 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 | Indicates that the report will be rendered in HTML with a page header and page footer for each page (if they exist) and the positions will be determined by the report's page height. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Export.Html.Page.RenderMode