ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportParameterType Enumeration

In This Topic
    ReportParameterType Enumeration
    In This Topic
    Gets the parameter's value data type
    Syntax
    'Declaration
     
    Public Enum ReportParameterType 
       Inherits System.Enum
    public enum ReportParameterType : System.Enum 
    Members
    MemberDescription
    BoolSpecifies the bool parameter type
    DateTimeSpecifies the DateTime parameter type
    FloatSpecifies the float parameter type
    IntSpecifies the int parameter type
    StringSpecifies the string parameter type
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.ReportParameterType

    See Also