ActiveReports 18 .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 color and icons used for the notifications.
    Syntax
    'Declaration
     
    Public Enum Level 
       Inherits System.Enum
    public enum Level : System.Enum 
    Members
    MemberDescription
    error 
    info 
    warning 
    Inheritance Hierarchy

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

    See Also