ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / ExpressionInfo Class / IsExpression Property

In This Topic
    IsExpression Property (ExpressionInfo)
    In This Topic
    Gets a value indicating whether the ExpressionInfo object represents a dynamic expression.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsExpression As Boolean
    public virtual bool IsExpression {get;}

    Property Value

    A System.Boolean value. true if this object represents an actual dynamic expression. false if the expression should be taken as a literal string value.
    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