Search Results for

    Show / Hide Table of Contents

    Class EvalIdenExpression

    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

    EvalIdenExpression(Evaluator)

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

    Fields

    ExpreItem

    Declaration
    public ExpressionItem ExpreItem
    Field Value
    Type Description
    ExpressionItem

    Methods

    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()
    In this article
    Back to top Generated by DocFX