| Visual Basic (Declaration) | |
|---|---|
Public Enum Severity Inherits System.Enum | |
| C# | |
|---|---|
public enum Severity : System.Enum | |
| Member | Description |
|---|---|
| Error | Indicates that the report cannot be processed until the error is corrected. |
| Information | Indicates that the entry is for informational purposes only. |
| Warning | Indicates that the report should be able to execute but may have unexpected results. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.Severity