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

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

    Property Value

    A System.Boolean value. true if the ExpressionInfo object represents constant value, otherwise false.
    See Also