MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterState Enumeration

ParameterState Enumeration
Specifies the state of a parameter.
Syntax
'Declaration
 
Public Enum ParameterState 
   Inherits System.Enum
 
Members
MemberDescription
DynamicValuesUnavailableIndicates that no valid, query-based values were returned as a result of the query used to populate the valid values for the parameter.
HasOutstandingDependenciesIndicates that the valid values for the parameter are dependent upon another parameter's value and the other parameter does not yet have a valid value. Once the other parameter has a valid value, the state of the dependent parameter will change.
HasValidValueThe current value for the parameter is valid.
MissingValidValueThe current value for the parameter is not valid.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterState

See Also