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

In This Topic
    SetEmptyToggle Method
    In This Topic
    Mark the toggle item as the one without content to be toggled. Used for recursive grouping.
    Syntax
    'Declaration
     
    Public Sub SetEmptyToggle( _
       ByVal toggleKey As ReportItemKey _
    ) 
    public void SetEmptyToggle( 
       ReportItemKey toggleKey
    )

    Parameters

    toggleKey
    See Also