ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / InteractiveToggleState Class / GetParentToggles Method
A ReportItemKey that represents an element whose visibility can be changed by another ReportItemKey.

In This Topic
    GetParentToggles Method
    In This Topic
    Returns a list containing the ReportItemKey on which the depends key
    Syntax
    '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.
    See Also