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

In This Topic
    Toggle Method (Toolbar)
    In This Topic
    Toggles the toolbar 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.

    Return Value

    A System.Threading.Tasks.Task that represents the asynchronous operation of toggling the toolbar visibility.
    See Also