[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.IExpressionEvaluatorService.IsValid

IsValid Method

IsValid(ExpressionInfo)

Determines whether the ExpressionInfo object is an expression that can potentially be evaluated. Expressions with invalid syntax return false.

Declaration
bool IsValid(ExpressionInfo expression)
Parameters
Type Name Description
ExpressionInfo expression

The ExpressionInfo object to evaluate.

Returns
Type Description
bool

True if the syntax is valid, otherwise False.