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. |