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




Glossary Item Box

The format of the final report output.

Syntax

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

Members

MemberDescription
DOCXThe output will be a DOCX document.
HTMLThe output report stream will be an HTML document.
PDFThe output report stream will be a PDF document.
PPTXThe output will be a PPTX document.
PRINTERThe output will be a PRINTER document.
RTFThe output report stream will be a TEMPLATE document.
TXTThe output report stream will be an ASCII text document.
XLSXThe output will be an XLSX document.

Inheritance Hierarchy

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

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.