ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / InteractiveToggleState Class / CreateToggleMap Method
A ReportItemKey that represents an element whose visibility can be changed by another ReportItemKey.
The list that contains the ReportItemKey on which the key depends.

In This Topic
    CreateToggleMap Method
    In This Topic
    Creates the dependency of ReportItem from other ReportItems that contain toggles.Used to determine the visibility of nested items
    Syntax
    '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.
    See Also