ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / Notifications Property

In This Topic
    Notifications Property
    In This Topic
    Gets the methods for sending and managing notifications, allowing the sending of notifications of various levels (info, warning, error) and managing their display and dismissal.
    Syntax
    'Declaration
     
    Public ReadOnly Property Notifications As Notifications
    public Notifications Notifications {get;}
    Remarks
    These properties can only be accessed after the Designer has been initialized.
    See Also