ActiveReports Developer 7
ValidationEntries Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Validator Class : ValidationEntries Property

Glossary Item Box

Gets the ValidationEntry results from a validated report definition. If there are no entries the returned array is empty.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ValidationEntries As ValidationEntry()
C# 
public ValidationEntry[] ValidationEntries {get;}

See Also