Table of Contents

Enum ReportParameterValueType

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

Specifies the data type a ReportParameter can produce.

public enum ReportParameterValueType

Fields

Barcode = 20

A barcode value (structured data for barcode rendering).

Bool = 8

A boolean value (True/False).

Date = 2

A date (optionally with time portion depending on formatter/source).

Double = 1

A numeric floating point value.

Drawing = 10

A binary drawing (image/graphic) value.

String = 4

A textual value.