ActiveReports 12
Validate Method (TextBox)

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

Parameters

context
The GrapeCity.ActiveReports.PageReportModel.Validation.ValidationContext object containing the contextual information used to drive the validation.

Return Value

A GrapeCity.ActiveReports.PageReportModel.Validation.ValidationEntry array containing all the validation entries found, or empty if none are found.
See Also

Reference

TextBox Class
TextBox Members