ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BackgroundImage Class / Validate Method
A ValidationContext object representing the context details during validation.

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

    Parameters

    context
    A ValidationContext object representing the context details during validation.

    Return Value

    An array of ValidationEntry objects representing the information about the validation warnings or failures.
    Exceptions
    ExceptionDescription
    Throws if context is null.
    See Also