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

In This Topic
    ValidateCommon Method
    In This Topic
    Validates the information in each property of the Tablix object.
    Syntax
    'Declaration
     
    Public Function ValidateCommon( _
       ByVal context As ValidationContext _
    ) As ValidationEntry()
    public ValidationEntry[] ValidateCommon( 
       ValidationContext context
    )

    Parameters

    context
    The ValidationContext object containing the contextual information used to drive the validation.

    Return Value

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