ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ViewerModel Class / Errors Property

In This Topic
    Errors Property (ViewerModel)
    In This Topic
    Gets the error list
    Syntax
    'Declaration
     
    Public ReadOnly Property Errors As IList(Of ErrorInfo)
    public IList<ErrorInfo> Errors {get;}
    See Also