Specifies the type of a value (e.g. in a ReportParameter).

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum DataType
Visual Basic
Public Enumeration DataType

Members

Member nameDescription
Boolean The value is Boolean.
DateTime The value is DateTime.
Integer The value is Integer.
Float The value is Float.
String The value is String.

See Also