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




Glossary Item Box

Set the type of the template. If this is not set it will be auto-determined by reading the template file. These match ProcessReport.TEMPLATE_TYPE_*

Syntax

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

Members

MemberDescription
DOCXThe Word 2007 DOCX format
HTMLHTML format.
PPTXThe PowerPoint 2007 XLSX format
UNKNOWNParse file to determine type
XLSXThe Excel 2007 XLSX format

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         net.windward.api.csharp.Report.TEMPLATE_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.