IDiagnosticReport.Chain

Syntax

Chain: IEaxDataAreaValidationChain;

Description

The Chain property returns validation chain.

Comments

Collection of validation rules is located in a slice. Validation chain is located in a diagnostic test. If the IDiagnosticReport.Grid property determines the table that displays data, validation rule chain and collection of validation rules are linked, that is, links are created. Thus, the number of rules in the diagnostic report chain is equal to that of validation rules in analytical data area.

Example

The property use is given in the example for IEaxDataAreaValidationChain.Move.

See also:

IDiagnosticReport