ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Validator Class / Validate Method
A Report object to validate.

In This Topic
    Validate Method (Validator)
    In This Topic
    Performs validation on the specified report definition.
    Syntax
    'Declaration
     
    Public Sub Validate( _
       ByVal report As Report _
    ) 
    public void Validate( 
       Report report
    )

    Parameters

    report
    A Report object to validate.
    See Also