ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterType Enumeration

In This Topic
    ParameterType Enumeration
    In This Topic
    Specifies the available data types for a parameter.
    Syntax
    'Declaration
     
    Public Enum ParameterType 
       Inherits System.Enum
    public enum ParameterType : System.Enum 
    Members
    MemberDescription
    BooleanSpecifies a true or false value.
    DateTimeSpecifies an ISO 8601 date/time value.
    FloatSpecifies a floating point number.
    IntegerSpecifies an integral number.
    StringSpecifies a textual value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterType

    See Also