ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SharedDataSet Class / Validate Method
The context.

In This Topic
    Validate Method (SharedDataSet)
    In This Topic
    Validates this instance within the specified context.
    Syntax
    'Declaration
     
    Public Function Validate( _
       ByVal context As ValidationContext _
    ) As ValidationEntry()
    public ValidationEntry[] Validate( 
       ValidationContext context
    )

    Parameters

    context
    The context.

    Return Value

    ValidationEntry[].
    Exceptions
    ExceptionDescription
    context
    See Also