[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.IExpressionEvaluatorService

IExpressionEvaluatorService Interface

Allows an ExpressionInfo object to be evaluated.

Namespace: GrapeCity.ActiveReports.Core.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IExpressionEvaluatorService

Methods

Name Description
Evaluate(ExpressionInfo)

Evaluates the ExpressionInfo object and returns the evaluated result or null if it cannot be evaluated.

IsValid(ExpressionInfo)

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

Extension Methods