Table of Contents

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

The value is selected from a predefined choice (e.g. list / option set).

Database = 0

The value originates from a database field or a data provider (bound data).

Text = 2

The value is a static text or a literal input.