[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ValidationEntry

ValidationEntry Class

Represents a single entry of information related to validation.

Inheritance
ValidationEntry
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ValidationEntry

Constructors

Name Description
ValidationEntry(Severity, string, Exception, object)

Initializes a new instance of the ValidationEntry class.

ValidationEntry(Severity, string, object)

Initializes a new instance of the ValidationEntry class.

Properties

Name Description
Exception

Gets the Exception object that is associated with this validation entry, if any.

Message

Gets the user-friendly message for the validation entry.

Owner

Gets the object that owns the validation entry.

Severity

Gets the severity level of the entry.

Extension Methods