ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Sidebar Class / Close Method

In This Topic
    Close Method (Sidebar)
    In This Topic
    Closes the currently opened sidebar.
    Syntax
    'Declaration
     
    Public Function Close() As Task
    public Task Close()

    Return Value

    A System.Threading.Tasks.Task representing the asynchronous operation of closing the sidebar.
    See Also