Windward Studios API Reference
ReportHtml.BROWSER Enumeration
See Also  Send comments on this topic.
net.windward.api.csharp Namespace : ReportHtml.BROWSER Enumeration




Glossary Item Box

Specifies the browser to build the html for.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("We have never used this inside the engine.")>
Public Enum ReportHtml.BROWSER 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ReportHtml.BROWSER
C# 
[Obsolete("We have never used this inside the engine.")]
public enum ReportHtml.BROWSER : System.Enum 
Managed Extensions for C++ 
[Obsolete("We have never used this inside the engine.")]
__value public enum ReportHtml.BROWSER : public System.Enum 
C++/CLI 
[Obsolete("We have never used this inside the engine.")]
public enum class ReportHtml.BROWSER : public System.Enum 

Members

MemberDescription
DHTMLCreate a HTML file that conforms to the DHTML spec.
HTMLCreate a HTML file that conforms to html 2.0. This provides only very basic html tags.
HTML4Create a HTML file that conforms to html 4.1. This provides full tag usage without any browser specific tags.
IEThe browser is Internet Explorer.
NETSCAPEThe browser is Netscape/Mozilla/Firefox.
OP5The browser is Opera.
XHTMLCreate a HTML file that conforms to the XHTML spec.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         net.windward.api.csharp.ReportHtml.BROWSER

Requirements

Namespace: net.windward.api.csharp

Platforms: Windows 10, Windows NT, indows Server

Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\net48\WindwardReportsAPI.dll)

See Also

Windward Studios - .NET Document Generation software