ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Level Enumeration

In This Topic
    Level Enumeration
    In This Topic
    Notification level. Determines the color and icons used for the notifications.
    Syntax
    'Declaration
     
    Public Enum Level 
       Inherits System.Enum
    public enum Level : System.Enum 
    Members
    MemberDescription
    errorError notification.
    infoInformational notification.
    warningWarning notification.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Blazor.Designer.Level

    See Also