ActiveReports 12
ValidationContext Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ValidationContext Class : ValidationContext Constructor
The mode to run the validation for.
Creates a new ValidationContext class.
Syntax
'Declaration
 
Public Function New( _
   ByVal mode As ValidationMode _
)
public ValidationContext( 
   ValidationMode mode
)

Parameters

mode
The mode to run the validation for.
See Also

Reference

ValidationContext Class
ValidationContext Members