Windward Studios 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
DOCMThe Word DOCX format with macros
DOCXThe Word DOCX format
HTMLHTML format.
PPTMThe PowerPoint XLSX format
PPTXThe PowerPoint XLSX format
UNKNOWNParse file to determine type
XLSMThe Excel XLSX format with macros
XLSXThe Excel 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 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