ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IValidateable Interface / Validate Method
Provides context details during validation.

In This Topic
    Validate Method (IValidateable)
    In This Topic
    Validates the current state of the object.
    Syntax
    'Declaration
     
    Function Validate( _
       ByVal context As ValidationContext _
    ) As ValidationEntry()

    Parameters

    context
    Provides context details during validation.

    Return Value

    Returns zero or more ValidationEntry providing information about the validation warnings or failures.
    See Also