[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.HtmlOutputKind

HtmlOutputKind Enum

The different possible kinds of output from HTML.

Namespace: GrapeCity.ActiveReports.Export.Html
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum HtmlOutputKind

Fields

Name Description
BookmarksHtml

The output is an HTML page containing a list of bookmarks for the main HTML page(s).

FramesetHtml

The 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.

HtmlPage

The output is the HTML page.

ImageJpg

The output is a JPG image.

ImagePng

The output is a PNG image.

Extension Methods