Validate Method (Validator)
In This Topic
Performs validation on the passed-in report definition.
Syntax
'Declaration
Public Sub Validate( _
ByVal As Report _
)
public void Validate(
Report
)
Parameters
- report
- The GrapeCity.ActiveReports.PageReport object to validate.
See Also