| Visual Basic (Declaration) | |
|---|---|
Public Enum ReportParameterDataType Inherits System.Enum | |
| C# | |
|---|---|
public enum ReportParameterDataType : System.Enum | |
| Member | Description |
|---|---|
| Boolean | The data type is Boolean. |
| DateTime | The data type is date/time. |
| Float | The data type is float. |
| Integer | The data type is integer. |
| String | The data type is string. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.ReportParameterDataType