ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ErrorPaneViewModel Class / Errors Property

In This Topic
    Errors Property (ErrorPaneViewModel)
    In This Topic
    Gets collection of errors
    Syntax
    'Declaration
     
    Public ReadOnly Property Errors As ObservableCollection(Of ErrorInfo)
    public ObservableCollection<ErrorInfo> Errors {get;}
    See Also