ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Common Namespace / AsyncCommand Class / ExecuteAsync Method

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

    Parameters

    parameter
    See Also