| Visual Basic (Declaration) | |
|---|---|
Public Enum ExpressionResultType Inherits System.Enum | |
| C# | |
|---|---|
public enum ExpressionResultType : System.Enum | |
| Member | Description |
|---|---|
| Binary | Expression results in a Binary type. |
| Boolean | Expression results in a Boolean type. |
| DateTime | Expression results in a DateTime type. |
| Error | Expression results in an Error. |
| Float | Expression results in a Float type. |
| Integer | Expression results in a Integer type. |
| String | Expression results in a String type. |
| Variant | Expression results in a Variant type. |
| VariantArray | Expression results in a Variant Array type. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Expressions.ExpressionResultType