ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ErrorState Enumeration

In This Topic
    ErrorState Enumeration
    In This Topic
    Defines current parameter state
    Syntax
    'Declaration
     
    Public Enum ErrorState 
       Inherits System.Enum
    public enum ErrorState : System.Enum 
    Members
    MemberDescription
    CommunicatingA special state indicates that the parameter has dependent parameters
    DynamicValuesUnavailableA special state indicates that no valid, query-based values were returned as a result of the query used to populate the valid values for the parameter.
    ExpectValueA special state indicates that the parameter should be contain value
    HasOutstandingDependenciesA special state indicates that the parameter are dependent upon another parameter's value
    IsValidationA special state indicates that validation the parameter is running now
    OkA special state indicates that the parameter does not contain errors
    ValidationFailedA special state indicates that the parameter has not passed validation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.ErrorState

    See Also