ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ParameterViewModel Class / ErrorType Property

In This Topic
    ErrorType Property (ParameterViewModel)
    In This Topic
    Type of the last error. null if everything is OK.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorType As Nullable(Of ParameterViewModelErrorType)
    public Nullable<ParameterViewModelErrorType> ErrorType {get;}
    See Also