[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ValidationMode

ValidationMode Enum

Specifies the current mode of the validation system. Different severities and validation entries may be used for different modes.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ValidationMode

Fields

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.

Extension Methods