ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Notifications Class / DismissAll Method

In This Topic
    DismissAll Method
    In This Topic
    Dismisses all the notifications.
    Syntax
    'Declaration
     
    Public Function DismissAll() As Task
    public Task DismissAll()

    Return Value

    A System.Threading.Tasks.Task representing the asynchronous operation of dismissing all notifications.
    See Also