ActiveReports Developer 7
IsValid Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > IExpressionEvaluatorService Interface : IsValid Method

expression
The ExpressionInfo object to evaluate.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Function IsValid( _
   ByVal expression As ExpressionInfo _
) As System.Boolean
C# 
System.bool IsValid( 
   ExpressionInfo expression
)

Parameters

expression
The ExpressionInfo object to evaluate.

Return Value

True if the syntax is valid, otherwise False.

See Also