Enum ReportParameterValueType
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the data type a ReportParameter can produce.
public enum ReportParameterValueType
Fields
Barcode = 20A barcode value (structured data for barcode rendering).
Bool = 8A boolean value (True/False).
Date = 2A date (optionally with time portion depending on formatter/source).
Double = 1A numeric floating point value.
Drawing = 10A binary drawing (image/graphic) value.
String = 4A textual value.