Enum ReportParameterState
- Namespace
- DocWright.Reporting.Processing
- Assembly
- DocWright.Reporting.dll
Whether a report parameter has a value the report can run with.
public enum ReportParameterState
Fields
HasValidValue = 0The parameter has a valid value.
MissingValidValue = 1The parameter has no value, or its value is not valid; the user must supply one.
HasOutstandingDependencies = 2A parameter this one depends on has no valid value yet, so this one cannot be worked out.
The parameter's default or valid values come from a dataset the data provider did not supply.
Remarks
The same four states the reference implementation reports, with the same meaning.