ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Parameter.DataType Enumeration

In This Topic
    Parameter.DataType Enumeration
    In This Topic
    Specifies the data type used to create the input control for collection of report parameter values.
    Syntax
    'Declaration
     
    Public Enum Parameter.DataType 
       Inherits System.Enum
    public enum Parameter.DataType : System.Enum 
    Members
    MemberDescription
    BooleanCreate a checkbox to collect the parameter value as a Boolean.
    DateCreate a month calendar drop-down dialog to collect the parameter value as a date.
    StringCreate a textbox to collect the parameter value as a string.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.Parameter.DataType

    See Also