ActiveReports.Viewer3 Request technical support
HtmlOutputKind Enumeration
See Also  


Specifies the HTML output.

Syntax

Visual Basic (Declaration) 
Public Enum HtmlOutputKind 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As HtmlOutputKind
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

See Also