ActiveReports 19 .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.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValidationEntries As ValidationEntry()
    public ValidationEntry[] ValidationEntries {get;}

    Property Value

    An array of ValidationEntry objects containing the validation results. If there are no entries, the returned array is empty.
    See Also