ActiveReports 10
ReportParameterType Enumeration

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace : ReportParameterType Enumeration
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

Reference

GrapeCity.Viewer.Common.Model Namespace