SharedHiddenState Enum

Definition

The hidden state of the report item.

public enum class SharedHiddenState
public enum SharedHiddenState
type SharedHiddenState = 
Public Enum SharedHiddenState
Inheritance
SharedHiddenState

Fields

Always 0

All instances of this item are always hidden.

Never 1

All instances of this item are always visible.

Sometimes 2

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.

Applies to