[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IValidateable

IValidateable Interface

Represents a method for validating the current state of an object.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IValidateable

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the object.

Extension Methods