Enum LlDomSourceType
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Defines the logical source types that can provide data or values for a DOM element.
public enum LlDomSourceType
Fields
Choice = 1The value is selected from a predefined choice (e.g. list / option set).
Database = 0The value originates from a database field or a data provider (bound data).
Text = 2The value is a static text or a literal input.