ActiveReports Developer 7
RenderMode Enumeration
See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace : RenderMode Enumeration

Glossary Item Box

Specifies the HTML rendering mode.

Syntax

Visual Basic (Declaration) 
Public Enum RenderMode 
   Inherits System.Enum
C# 
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