MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationMode Enumeration

ValidationMode Enumeration
Specifies the current mode of the validation system. Different severities and validation entries may be used for different modes.
Syntax
'Declaration
 
Public Enum ValidationMode 
   Inherits System.Enum
 
Members
MemberDescription
BeforeProcessingIndicates that the validation is being done in order to process a report. Any errors will cause the report processing to halt.
DesignTimeIndicates that the validation is being done at design time, allowing the user to correct any detected validation entries.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.ValidationMode

See Also