ActiveReports 12
Validate Method (Validator)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Validator Class : Validate Method
The GrapeCity.ActiveReports.PageReport object to validate.
Performs validation on the passed-in report definition.
Syntax
'Declaration
 
Public Sub Validate( _
   ByVal report As PageReport _
) 
public void Validate( 
   PageReport report
)

Parameters

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

Reference

Validator Class
Validator Members