Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Specifies the data type of a parameter.
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Enumeration ParameterTypeEnum
'Применение
Dim instance As ParameterTypeEnum
public enum ParameterTypeEnum
public enum class ParameterTypeEnum
type ParameterTypeEnum
public enum ParameterTypeEnum
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Boolean | A Boolean data type that represents a true or false condition. | |
| DateTime | A DateTime data type that represents the date and time. | |
| Integer | An Integer data type. Valid values range from -2,147,483,648 through 2,147,483,647. | |
| Float | A Float data type that represents a floating point decimal value. | |
| String | A String data type that represents an array of characters. |