Click or drag to resize

StiTypeMode Enumeration

Enum contain types of type using: Single Value, Single Nullable Value, Array or Range of values.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public enum StiTypeMode
Members
  Member nameValueDescription
Value0 One single value.
NullableValue1 One single value. Null values acceptable.
List2 List of values.
Range3 Range of values.
See Also