Перечисление 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. |