'Declaration Public Sub CreateToggleMap( _ ByVal reportItemKey As ReportItemKey, _ ByVal parentToggles As IList(Of ReportItemKey) _ )
public void CreateToggleMap( ReportItemKey reportItemKey, IList<ReportItemKey> parentToggles )
Parameters
- reportItemKey
- A ReportItemKey that represents an element whose visibility can be changed by another ReportItemKey.
- parentToggles
- The list that contains the ReportItemKey on which the key depends.