ActiveReports 8
RenderMode Enumeration
See Also 
GrapeCity.ActiveReports.Export.Html.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also