SharedHiddenState 열거형
Defines whether an image can be hidden.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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. |