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