[]
Creates the dependency of ReportItem from other ReportItems that contain toggles.Used to determine the visibility of nested items
public void CreateToggleMap(ReportItemKey reportItemKey, IList<ReportItemKey> parentToggles)
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. |