Search Results for

    Show / Hide Table of Contents

    Class EvalIdenExpression

    An evaluator identifier function that resolves to the value of an associated ExpressionItem, evaluating it on demand.

    Inheritance
    object
    EvalIdentifier
    IdenFunction
    EvalIdenExpression
    Inherited Members
    IdenFunction.Params
    IdenFunction.SetParamCount(int)
    IdenFunction.SetValue(Variant)
    IdenFunction.ParamCount
    EvalIdentifier.Name
    EvalIdentifier.FModel
    EvalIdentifier.FHelp
    EvalIdentifier.EvalObject
    EvalIdentifier.Model
    EvalIdentifier.Help
    EvalIdentifier.Value
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class EvalIdenExpression : IdenFunction

    Constructors

    View Source

    EvalIdenExpression(Evaluator)

    Declaration
    public EvalIdenExpression(Evaluator eval)
    Parameters
    Type Name Description
    Evaluator eval

    Fields

    View Source

    ExpreItem

    Declaration
    public ExpressionItem ExpreItem
    Field Value
    Type Description
    ExpressionItem

    Methods

    View Source

    GetValue()

    Override the function to allow the returning of values by the identifier (functions)

    Declaration
    protected override Variant GetValue()
    Returns
    Type Description
    Variant
    Overrides
    EvalIdentifier.GetValue()
    • View Source
    In this article
    Back to top Generated by DocFX