ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / InteractiveToggleState Class / Toggle Method

In This Topic
    Toggle Method (InteractiveToggleState)
    In This Topic
    Toggles state of given toggle item withing the given data scope.
    Syntax
    'Declaration
     
    Public Sub Toggle( _
       ByVal key As ReportItemKey _
    ) 
    public void Toggle( 
       ReportItemKey key
    )

    Parameters

    key
    See Also