GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ValidationMode Enumeration |
'Declaration Public Enum ValidationMode Inherits System.Enum
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