Enumeração SharedHiddenState
Defines whether an image can be hidden.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Enumeration SharedHiddenState
'Uso
Dim instance As SharedHiddenState
public enum SharedHiddenState
public enum class SharedHiddenState
type SharedHiddenState
public enum SharedHiddenState
Membros
Nome do membro | Descrição | |
---|---|---|
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. |