Assembly: Express;
Name space: Prognoz.Platform.Interop.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 | |
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: