ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Validator Class / ValidationEntries Property

In This Topic
    ValidationEntries Property
    In This Topic
    Gets the ValidationEntry results from a validated report definition. If there are no entries the returned array is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValidationEntries As ValidationEntry()
    public ValidationEntry[] ValidationEntries {get;}
    See Also