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




Glossary Item Box

Used to set the mode for handling embedded objects in the template. This includes non OpenXML output as the screenshot of the object can be written to PDF, Printer, etc.

Syntax

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

Members

MemberDescription
ALWAYSAlways process an embedded object and write out the generated object and screenshot, even if no tags were processed.
COPYCopy embedded objects across as is.
DROPDrop embedded objects, they are not included in the output.
IF_DATA_APPLIEDProcess an embedded object applying the parent template datasources and variables. If any tags were processed write out the generated object and screenshot.If no tags were processed, copy across the embedded object as is.
KEEP_ORIGINAL_SCREENSHOTSame as IF_DATA_APPLIED but the object is NOT re-rendered for a new screenshot.

Inheritance Hierarchy

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

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