[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.InteractiveToggleState.CreateToggleMap

CreateToggleMap Method

CreateToggleMap(ReportItemKey, IList<ReportItemKey>)

Creates the dependency of ReportItem from other ReportItems that contain toggles.Used to determine the visibility of nested items

Declaration
public void CreateToggleMap(ReportItemKey reportItemKey, IList<ReportItemKey> parentToggles)
Parameters
Type Name Description
ReportItemKey reportItemKey

A ReportItemKey that represents an element whose visibility can be changed by another ReportItemKey.

IList<ReportItemKey> parentToggles

The list that contains the ReportItemKey on which the key depends.