ActiveReports 12
Severity Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Severity Enumeration
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

Reference

GrapeCity.ActiveReports.PageReportModel Namespace