FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / ParameterType Enumeration

In This Topic
    ParameterType Enumeration
    In This Topic
    Specifies the type of a value (e.g. in a Parameter.DataType).
    Syntax
    'Declaration
     
    Public Enum ParameterType 
       Inherits System.Enum
    public enum ParameterType : System.Enum 
    Members
    MemberDescription
    BooleanThe value is Boolean.
    DateThe value is DateTime, but only dates can be entered (the time part will always be 0:00.00).
    DateTimeThe value is DateTime.
    FloatThe value is float (internally, such parameters are stored and processed as double values).
    IntegerThe value is Integer.
    StringThe value is String.
    TimeThe value is DateTime, but only times can be entered (the date part will always be set to the current date).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.ParameterType

    See Also