ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / Sidebar Class / Toggle Method
Pass true to switch sidebar ON, and vise-versa

In This Topic
    Toggle Method (Sidebar)
    In This Topic
    Toggles the sidebar visibility
    Syntax
    'Declaration
     
    Public Function Toggle( _
       ByVal show As Boolean _
    ) As Task
    public Task Toggle( 
       bool show
    )

    Parameters

    show
    Pass true to switch sidebar ON, and vise-versa
    See Also