[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ValidationContext

ValidationContext Class

Represents a type of context information that is available during validation.

Inheritance
ValidationContext
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ValidationContext

Constructors

Name Description
ValidationContext(ValidationMode)

Initializes a new instance of the ValidationContext class with the specified validation mode.

Properties

Name Description
ContextualInformation

Gets a hybrid dictionary containing any information that needs to be passed through validation.

Mode

Gets the mode for which the validation context is set.

NameValidator

Gets a validator to use for name validation.

Extension Methods