| Visual Basic (Declaration) | |
|---|---|
Public Enum ParameterType Inherits System.Enum | |
| C# | |
|---|---|
public enum ParameterType : System.Enum | |
| Member | Description |
|---|---|
| Boolean | Specifies a true or false value. |
| DateTime | Specifies an ISO 8601 date/time value. |
| Float | Specifies a floating point number. |
| Integer | Specifies an integral number. |
| String | Specifies a textual value. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Expressions.ExpressionObjectModel.ParameterType