MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / Validate Method
A ValidationContext object representing the context details during validation.

Validate Method (ReportItem)
Validates the current state of the ReportItem object.
Syntax
'Declaration
 
Public Overridable Function Validate( _
   ByVal context As ValidationContext _
) As ValidationEntry()
 

Parameters

context
A ValidationContext object representing the context details during validation.

Return Value

An array of ValidationEntry objects representing the information about the validation warnings or failures.
Exceptions
ExceptionDescription
Throws if context is null.
See Also