ActiveReports 12
Validate Method (CheckBox)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CheckBox Class : Validate Method
The ValidationContext object containing the contextual information used to drive the validation.
Validates the information in each property of the CheckBox class.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Validate( _
   ByVal context As ValidationContext _
) As ValidationEntry()
public override ValidationEntry[] Validate( 
   ValidationContext context
)

Parameters

context
The ValidationContext object containing the contextual information used to drive the validation.

Return Value

A ValidationEntry array containing all of the validation entries found, or empty if none are found.
See Also

Reference

CheckBox Class
CheckBox Members