ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationContext Class / ValidationContext Constructor
The mode to run the validation for.

In This Topic
    ValidationContext Constructor
    In This Topic
    Creates a new ValidationContext class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mode As ValidationMode _
    )
    public ValidationContext( 
       ValidationMode mode
    )

    Parameters

    mode
    The mode to run the validation for.
    See Also