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 | BarcodeAll parameter types.
Barcode = 32Barcode parameter type.
Bool = 8Boolean parameter type.
Date = 2Date parameter type.
Double = 1Double parameter type.
Drawing = 16Drawing parameter type.
String = 4String parameter type.