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 |
| 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
Inheritance Hierarchy
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