'Declaration Public Function GetParentToggles( _ ByVal key As ReportItemKey _ ) As IList(Of ReportItemKey)
public IList<ReportItemKey> GetParentToggles( ReportItemKey key )
Parameters
- key
- A ReportItemKey that represents an element whose visibility can be changed by another ReportItemKey.