ReportFieldType 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.
public enum class ReportFieldType
public enum ReportFieldType
type ReportFieldType =
Public Enum ReportFieldType
- Inheritance
-
ReportFieldType
Fields
Name | Value | Description |
---|---|---|
Text | 0 | |
Prompt | 1 | |
Box | 2 | |
Bitmap | 3 | |
Sum | 4 | |
String | 5 | |
Enum | 6 | |
Integer | 7 | |
Real | 8 | |
Date | 9 | |
Time | 10 | |
Guid | 11 | |
Int64 | 12 | |
DateTime | 13 |