ActiveReports 8
Severity Enumeration
See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also