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. |