ActiveReports 12
CausesValidation Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : CausesValidation Property
Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.
Syntax
'Declaration
 
Public Property CausesValidation As Boolean
public bool CausesValidation {get; set;}

Property Value

true if the control causes validation to be performed on any controls requiring validation when it receives focus; otherwise, false. The default is true.
See Also

Reference

Viewer Class
Viewer Members