Assembly: Express;
The IDiagnosticReport interface contains properties and methods used to work with diagnostic reports. A diagnostic report is used to show validation execution data.
IDiagnosticReport
| Property name | Brief description | |
| Chain | The Chain property returns validation chain. | |
| EaxAnalyzer | The EaxAnalyzer property determines the express report that shows the data. | |
| Exceptions | The Exceptions property returns rules executed for a specified point. | |
| Explanation | The Explanation property determines explanation for a specified point. | |
| Grid | The Grid property returns the table that displays diagnostic test data. | |
| MultipleExceptionImage | The MultipleExceptionImage property determines the image to be shown if more than one rule is executed for the point. | |
| NextException | The NextException property returns the next report cell in which the rule is executed. | |
| PreviousException | The PreviousException property returns the previous report cell in which the rule is executed. | |
| Rules | The Rules property returns the rules executed to obtain report data. | |
| Run | The Run property determines validation execution data to be shown in the report. | |
| ShowExplainedExceptions | The ShowExplainedExceptions property determines whether points explanation is shown as a comment. |
See also: