ActiveReports.Document Send comments on this topic.
HtmlOutputKind Enumeration
See Also  
ActiveReports.Document Assembly > DataDynamics.ActiveReports.Export.Html Namespace : HtmlOutputKind Enumeration

Specifies the HTML output.

Syntax

Visual Basic (Declaration) 
Public Enum HtmlOutputKind 
   Inherits Enum
C# 
public enum HtmlOutputKind : Enum 

Members

MemberDescription
ImagePngThe HTML output is an image of type PNG.
ImageJpgThe HTML output is an image of type JPEG.
HtmlPageThe output is the HTML page.
BookmarksHtmlThe output is an HTML page containing a list of bookmarks for the main HTML page.
FramesetHtmlThe output is an html page containing a Frameset declaration for a TOC page or navigation page if TOC not availalbe, and the "target" document pages on the right.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Export.Html.HtmlOutputKind

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also