ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Common Namespace / IAsyncCommand Interface / ExecuteAsync Method

In This Topic
    ExecuteAsync Method (IAsyncCommand)
    In This Topic
    Syntax
    'Declaration
     
    Function ExecuteAsync( _
       ByVal parameter As Object _
    ) As Task
    Task ExecuteAsync( 
       object parameter
    )

    Parameters

    parameter
    See Also