Перечисление MapAutoBool
Represents a boolean enumeration for the Map.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Enumeration MapAutoBool
'Применение
Dim instance As MapAutoBool
public enum MapAutoBool
public enum class MapAutoBool
type MapAutoBool
public enum MapAutoBool
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Auto | Automatically determines true or false at run time. | |
| True | Evaluates to true. | |
| False | Evaluates to false. |