[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Notifications

Notifications Class

Represents methods for sending and managing notifications, allowing the sending of notifications of various levels (info, warning, error) and managing their display and dismissal.

Inheritance
Notifications
Namespace: GrapeCity.ActiveReports.Blazor.Designer
Assembly: MESCIUS.ActiveReports.Blazor.Designer.dll
Syntax
public class Notifications

Methods

Name Description
DismissAll()

Dismisses all the notifications.

Error(string, string)

Sends an error notification.

Info(string, string)

Sends a general notification. Can be used to notify when any user-initiated action is complete.

Send(Level, string, string)

Sends a notification with the specified level, caption, and content.

Warning(string, string)

Sends a warning notification.