ParameterTypeEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the data type of a parameter.
public enum class ParameterTypeEnum
public enum ParameterTypeEnum
type ParameterTypeEnum =
Public Enum ParameterTypeEnum
- Inheritance
-
ParameterTypeEnum
Fields
Name | Value | Description |
---|---|---|
Boolean | 0 | A |
DateTime | 1 | A |
Integer | 2 | An |
Float | 3 | A |
String | 4 | A |
Remarks
Use the ParameterTypeEnum enumeration together with the Type property of the ReportParameter class.