Table of Contents

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 = 33554432

The content represents a boolean value (true / false).

Date = 67108864

The content represents a date or date/time value.

Numeric = 134217728

The content represents a numeric value (integer or floating point).

Text = 268435456

The content represents textual data.