Visual Basic (Declaration) | |
---|---|
Public Enum ValidationMode Inherits System.Enum |
C# | |
---|---|
public enum ValidationMode : System.Enum |
Member | Description |
---|---|
BeforeProcessing | Indicates that the validation is being done in order to process a report. Any errors cause the report processing to halt. |
DesignTime | Indicates that the validation is being done at design time and the user will have a chance to correct any detected validation entries. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.ValidationMode