ActiveReports 8
HtmlOutputType Enumeration
See Also 
GrapeCity.ActiveReports.Export.Html.v8 Assembly > GrapeCity.ActiveReports.Export.Html.Section Namespace : HtmlOutputType Enumeration

Glossary Item Box

An enumeration of values for the HtmlExport.OutputType property.

Syntax

Visual Basic (Declaration) 
Public Enum HtmlOutputType 
   Inherits System.Enum
C# 
public enum HtmlOutputType : System.Enum 

Members

MemberDescription
DynamicHtmlDefault. Exports the document to DHTML format.
LegacyHtmlExports the document to static HTML format.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Html.Section.HtmlOutputType

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