ActiveReports 12
IsExpression Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfo Class : IsExpression Property
Returns true if this object represents an actual dynamic expression. Returns false if the expression should be taken as a literal string value.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsExpression As Boolean
public virtual bool IsExpression {get;}
Remarks
Essentially if the expression was prefixed with an equal sign, it would be determined to be an expression. Otherwise it would NOT be considered an expression.
See Also

Reference

ExpressionInfo Class
ExpressionInfo Members