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




Glossary Item Box

Get/set if the Windward metadata will be copied to the generated report. These values match the const ints in the java engine.

Syntax

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

Members

MemberDescription
ALWAYSAlways copy the windward metadata to the output report.
IF_NO_DATASOURCECopy the windward metadata to the output report if no datasources were applied to the report. This is the default.
NEVERNever copy the windward metadata to the output report.

Inheritance Hierarchy

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

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.