ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationEntry Class / ValidationEntry Constructor / ValidationEntry Constructor(Severity,String,Object)
The severity level for the entry
The user friendly message to use for the entry. This message will be displayed in the task list.
The owner of the validation entry.

In This Topic
    ValidationEntry Constructor(Severity,String,Object)
    In This Topic
    Creates a new ValidationEntry
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal severity As Severity, _
       ByVal message As String, _
       ByVal owner As Object _
    )
    public ValidationEntry( 
       Severity severity,
       string message,
       object owner
    )

    Parameters

    severity
    The severity level for the entry
    message
    The user friendly message to use for the entry. This message will be displayed in the task list.
    owner
    The owner of the validation entry.
    See Also