Search Results for

    Show / Hide Table of Contents

    Class IdenVariableParam

    An evaluator variable identifier backed by a report Param, so reading or assigning the variable in an expression reflects and updates that parameter's last value.

    Inheritance
    object
    EvalIdentifier
    IdenVariable
    IdenVariableParam
    Inherited Members
    IdenVariable.FValue
    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 IdenVariableParam : IdenVariable

    Constructors

    View Source

    IdenVariableParam(Evaluator, Param)

    Constructor for the variable parameter

    Declaration
    public IdenVariableParam(Evaluator eval, Param nparam)
    Parameters
    Type Name Description
    Evaluator eval
    Param nparam

    Methods

    View Source

    GetValue()

    Gets the internal value

    Declaration
    protected override Variant GetValue()
    Returns
    Type Description
    Variant
    Overrides
    IdenVariable.GetValue()
    View Source

    SetValue(Variant)

    The value is assigned to the internal value and to the parameter

    Declaration
    protected override void SetValue(Variant avalue)
    Parameters
    Type Name Description
    Variant avalue
    Overrides
    IdenVariable.SetValue(Variant)
    • View Source
    In this article
    Back to top Generated by DocFX