| Visual Basic (Declaration) | |
|---|---|
Public Enum HtmlOutputKind Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum HtmlOutputKind : Enum | |
| Member | Description |
|---|---|
| ImagePng | The HTML output is an image of type PNG. |
| ImageJpg | The HTML output is an image of type JPEG. |
| HtmlPage | The output is the HTML page. |
| BookmarksHtml | The output is an HTML page containing a list of bookmarks for the main HTML page. |
| 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. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Export.Html.HtmlOutputKind