ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Sidebar Class / Open Method
The ID of the sidebar to open.

In This Topic
    Open Method (Sidebar)
    In This Topic
    Opens the sidebar with the specified ID.
    Syntax
    'Declaration
     
    Public Function Open( _
       ByVal id As String _
    ) As Task
    public Task Open( 
       string id
    )

    Parameters

    id
    The ID of the sidebar to open.

    Return Value

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