ActiveReports 18 .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.
    See Also