ActiveReports Developer 7
Validate Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataRegion Class : Validate Method

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

Glossary Item Box

Validates the information in each property of the DataRegion object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Validate( _
   ByVal context As ValidationContext _
) As ValidationEntry()
C# 
public override ValidationEntry[] Validate( 
   ValidationContext context
)

Parameters

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

Return Value

ValidationContext array containing all the validation entries found, or empty if none are found.

See Also