Windward Engine API Reference
Report.CHARSET Enumeration
See Also  Send comments on this topic.
net.windward.api.csharp Namespace : Report.CHARSET Enumeration




Glossary Item Box

The charset used in the output where a charset is required.

Syntax

Visual Basic (Declaration) 
Public Enum Report.CHARSET 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As Report.CHARSET
C# 
public enum Report.CHARSET : System.Enum 
Managed Extensions for C++ 
__value public enum Report.CHARSET : public System.Enum 
C++/CLI 
public enum class Report.CHARSET : public System.Enum 

Members

MemberDescription
DEFAULTSet the charset based on Windward Report's internal rules. For html this is utf-8 (unicode) unless it's HTML_1 in which case it's the rtf template language. For txt it's the template's native format.
RTFSet the charset to the default in the template file. This is called RTF because the original product only supported rtf files as templates. Please use TEMPLATE instead.
TEMPLATESet the charset to the default in the template file.
UNICODESet the charset to unicode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         net.windward.api.csharp.Report.CHARSET

Requirements

Namespace: net.windward.api.csharp

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

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

See Also

© 2019 All Rights Reserved.