Enum LlDomSourceContentsType
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Describes the content/value type of a DOM source. The values contain bit flags used internally.
public enum LlDomSourceContentsType
Fields
Boolean = 33554432The content represents a boolean value (true / false).
Date = 67108864The content represents a date or date/time value.
Numeric = 134217728The content represents a numeric value (integer or floating point).
Text = 268435456The content represents textual data.