Table of Contents

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 = 0

The parameter has a valid value.

MissingValidValue = 1

The parameter has no value, or its value is not valid; the user must supply one.

HasOutstandingDependencies = 2

A parameter this one depends on has no valid value yet, so this one cannot be worked out.

DynamicValuesUnavailable = 3

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.