ActiveReports 13
Parameter.DataType Enumeration

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : Parameter.DataType Enumeration
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

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.Parameter~Type