ActiveReports 12
RenderMode Enumeration

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace : RenderMode Enumeration
Specifies the HTML rendering mode.
Syntax
'Declaration
 
Public Enum RenderMode 
   Inherits System.Enum
public enum RenderMode : System.Enum 
Members
MemberDescription
GalleyIndicates 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.
PaginatedIndicates 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Html.Page.RenderMode

See Also

Reference

GrapeCity.ActiveReports.Export.Html.Page Namespace