| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum Report.DATA_MODE Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Report.DATA_MODE | |
| C# | |
|---|---|
[Flags()] public enum Report.DATA_MODE : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
[Flags()] __value public enum Report.DATA_MODE : public System.Enum | |
| C++/CLI | |
|---|---|
[Flags()] public enum class Report.DATA_MODE : public System.Enum | |
| Member | Description |
|---|---|
| ALL_ATTRIBUTES | Data file will include all tag attributes (including select) as an attribute. |
| DATA | Data file will include the data from each tag. |
| EMBED | The data file will be embedded in the generated report. |
| INCLUDE_BITMAPS | Data file will include the contents of any imported bitmap. The bitmap will be uuencoded. |
| SELECT | Data file will include the select for each tag as an attribute. |
System.Object
System.ValueType
System.Enum
net.windward.api.csharp.Report.DATA_MODE
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)