Table of Contents

Field ReportParameterForwardDependency

Namespace
DocWright.Core.Diagnostics
Assembly
DocWright.Core.dll

DXP9204: a report parameter's default or valid values refer to a parameter declared after it. Parameters are evaluated in document order, so the reference cannot be satisfied — and a cycle between parameters always contains such a reference. The reference implementation refuses the report for the same reason.

public const string ReportParameterForwardDependency = "DXP9204"

Returns

string
DXP9204: a report parameter's default or valid values refer to a parameter declared after it. Parameters are evaluated in document order, so the reference cannot be satisfied — and a cycle between parameters always contains such a reference. The reference implementation refuses the report for the same reason.