[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Severity

Severity Enum

Specifies the severity level of a ValidationEntry object.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum Severity

Fields

Name 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.

Extension Methods