MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / ExpressionInfo Class / Validate Method

In This Topic
Validate Method (ExpressionInfo)
In This Topic
Checks if the expression contains any errors.
Syntax
'Declaration
 
Public Function Validate() As ValidationResults
 

Return Value

ValidationResults object which represents the validation errors list.
Remarks
Validation is performed once for a specific ExpressionInfo instance, the result is cached and can be obtained by calling this method again.
See Also