ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SortByCollection Class / Validate Method
The DataDynamics.Reports.ReportObjectModel.Validation.ValidationContext object containing the contextual information used to drive the validation.

In This Topic
    Validate Method (SortByCollection)
    In This Topic
    Validates the information in each property of the DataDynamics.Reports.ReportObjectModel.Rdl.SortByCollection object.
    Syntax
    'Declaration
     
    Public Function Validate( _
       ByVal context As ValidationContext _
    ) As ValidationEntry()
    public ValidationEntry[] Validate( 
       ValidationContext context
    )

    Parameters

    context
    The DataDynamics.Reports.ReportObjectModel.Validation.ValidationContext object containing the contextual information used to drive the validation.

    Return Value

    A DataDynamics.Reports.ReportObjectModel.Validation.ValidationEntry array containing all the validation entries found, or empty if none are found.
    See Also