Table of Contents

Enum LlParamType

Namespace
combit.Reporting
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents the parameter types used in List & Label. Just added for compatibility reasons, only use with DesignerFunction.

[Flags]
public enum LlParamType

Fields

All = Double | Date | String | Bool | Drawing | Barcode

All parameter types.

Barcode = 32

Barcode parameter type.

Bool = 8

Boolean parameter type.

Date = 2

Date parameter type.

Double = 1

Double parameter type.

Drawing = 16

Drawing parameter type.

String = 4

String parameter type.