ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Documents Class / Open Method

In This Topic
    Open Method (Documents)
    In This Topic
    Shows the open report dialog.
    Syntax
    'Declaration
     
    Public Function Open() As Task
    public Task Open()

    Return Value

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