ActiveReports 12
Validate Method (GridLines)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > GridLines Class : Validate Method

TheValidationContext object containing the contextual information used to drive the validation.

Validates the information in each property of the GridLines object.
Syntax
'Declaration
 
Public Function Validate( _
   ByVal context As ValidationContext _
) As ValidationEntry()
public ValidationEntry[] Validate( 
   ValidationContext context
)

Parameters

context

TheValidationContext object containing the contextual information used to drive the validation.

Return Value

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

Reference

GridLines Class
GridLines Members