ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Validator Class / Validate Method
The GrapeCity.ActiveReports.PageReport object to validate.

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

    Parameters

    report
    The GrapeCity.ActiveReports.PageReport object to validate.
    See Also