ActiveReports 12
Validate() Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary Class > Validate Method : Validate() Method
Verifies the value of the control losing focus by causing the System.Windows.Forms.Control.Validating and System.Windows.Forms.Control.Validated events to occur, in that order.
Syntax
'Declaration
 
Public Overloads Function Validate() As Boolean
public bool Validate()

Return Value

true if validation is successful; otherwise, false. If called from the System.Windows.Forms.Control.Validating or System.Windows.Forms.Control.Validated event handlers, this method will always return false.
See Also

Reference

ReportsLibrary Class
ReportsLibrary Members
Overload List