ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / FixedPage Class / Validate Method
Provides context details during validation.

In This Topic
    Validate Method (FixedPage)
    In This Topic
    Validates the current state of the FixedPage.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function Validate( _
       ByVal context As ValidationContext _
    ) As ValidationEntry()
    public override ValidationEntry[] Validate( 
       ValidationContext context
    )

    Parameters

    context
    Provides context details during validation.

    Return Value

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