ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Action Class / Validate Method
The GrapeCity.ActiveReports.PageReportModel.Validation.ValidationContext object containing the contextual information used to drive the validation.

In This Topic
    Validate Method (Action)
    In This Topic
    Validates the Action
    Syntax
    'Declaration
     
    Public Function Validate( _
       ByVal context As ValidationContext _
    ) As ValidationEntry()
    public ValidationEntry[] Validate( 
       ValidationContext context
    )

    Parameters

    context
    The GrapeCity.ActiveReports.PageReportModel.Validation.ValidationContext object containing the contextual information used to drive the validation.

    Return Value

    A GrapeCity.ActiveReports.PageReportModel.Validation.ValidationEntry array containing all of the validation entries found, or empty if none are found.
    See Also