ActiveReports Developer 7
Severity Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Severity Enumeration

Glossary Item Box

Specifies the severity level of a ValidationEntry object.

Syntax

Visual Basic (Declaration) 
Public Enum Severity 
   Inherits System.Enum
C# 
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