ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Html / GrapeCity.ActiveReports.Export.Html.Section Namespace / HtmlOutputType Enumeration

In This Topic
    HtmlOutputType Enumeration
    In This Topic
    An enumeration of values for the HtmlExport.OutputType property.
    Syntax
    'Declaration
     
    Public Enum HtmlOutputType 
       Inherits System.Enum
    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

    See Also