MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis Class / Validate Method
The ValidationContext containing the contextual information used to drive the validation.

In This Topic
Validate Method (Axis)
In This Topic
Validates the information in each property of the Axis object.
Syntax
'Declaration
 
Public Function Validate( _
   ByVal context As ValidationContext _
) As ValidationEntry()
 

Parameters

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

Return Value

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