Group.IsToggleChild Property

Definition

Gets a value indicating whether this report item can be rendered visible or invisible through the control of another report item.

public:
 virtual property bool IsToggleChild { bool get(); };
public virtual bool IsToggleChild { get; }
member this.IsToggleChild : bool
Public Overridable ReadOnly Property IsToggleChild As Boolean

Property Value

A Boolean value indicating whether the report item can be rendered visible or invisible through the control of another report item. A value of true is returned if the item can be toggled, or false if it cannot be toggled.

Applies to