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