[]
Specifies the current mode of the validation system. Different severities and validation entries may be used for different modes.
public enum ValidationMode
| Name | Description |
|---|---|
| BeforeProcessing | Indicates that the validation is being done in order to process a report. Any errors will cause the report processing to halt. |
| DesignTime | Indicates that the validation is being done at design time, allowing the user to correct any detected validation entries. |