Share via


TaxReportCodeCalculation_CZ.cycleCheck Method

Checks the current entry to make sure that it does not create a cycle of dependency.

Syntax

public str cycleCheck([Set _set])

Run On

Called

Parameters

  • _set
    Type: Set Class
    The set of tax report codes that have been encountered so far in the current recursion; leave this nullNothingnullptrunita null reference (Nothing in Visual Basic) during the first call.

Return Value

Type: str
"" if the check was successful; otherwise, a string that contains a trail of tax report codes that create a cycle.

See Also

Reference

TaxReportCodeCalculation_CZ Table