ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Severity Enumeration

In This Topic
    Severity Enumeration
    In This Topic
    Specifies the severity level of a ValidationEntry object.
    Syntax
    'Declaration
     
    Public Enum Severity 
       Inherits System.Enum
    public enum Severity : System.Enum 
    Members
    MemberDescription
    ErrorIndicates that the report cannot be processed until the error is corrected.
    InformationIndicates that the entry is for informational purposes only.
    WarningIndicates that the report should be able to execute but may have unexpected results.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.Severity

    See Also