DataTypes 枚举
Represents the possible data types.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration DataTypes
用法
Dim instance As DataTypes
public enum DataTypes
public enum class DataTypes
type DataTypes
public enum DataTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| String | A string type. | |
| Boolean | A Boolean type. | |
| DateTime | A date and time type. | |
| Integer | An integer type. | |
| Float | A float type. |