ReportItem.IsToggleChild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this item on the report can be rendered visible or invisible (toggled) through the control of another item.
public:
property bool IsToggleChild { bool get(); };
public bool IsToggleChild { get; }
member this.IsToggleChild : bool
Public ReadOnly Property IsToggleChild As Boolean
Property Value
A Boolean
value indicating whether the item on the report can be rendered visible or hidden through the control of another item. True
indicates the report can be toggled; false
indicates its visibility cannot be toggled.