Перечисление SharedHiddenState
Defines whether an image can be hidden.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Enumeration SharedHiddenState
'Применение
Dim instance As SharedHiddenState
public enum SharedHiddenState
public enum class SharedHiddenState
type SharedHiddenState
public enum SharedHiddenState
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Always | All instances of this item are always hidden. | |
| Never | All instances of this item are always visible. | |
| Sometimes | Individual instances of this item may be hidden or visible. This is caused by either visibility based on an expression, or the existence of a ToggleItem. |