combit List & Label 29 - .NET Help
combit.Reporting Namespace / ExpressionEvaluator Class
Properties Methods

In This Topic
    ExpressionEvaluator Class Members
    In This Topic

    The following tables list the members exposed by ExpressionEvaluator.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. 

    You can pass either the instance of a class implemented by the IDictionary sections or the desired variables through the property of the same name to the constructor.

     
    Top
    Public Properties
     NameDescription
    Public PropertyEnables to add variables to the Variables collection of the ExpressionEvaluator instance.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodOverloaded. Opens the formula wizard to edit a formula.  
    Public Method

    The formula is passed to the Evaluate method, which returns the result as an object. Now, you can carry out an easy type conversion according to the data type. The sample listing shows how to call the class. The current date is passed as a variable. List & Label.s designer function, AddWeeks, adds two weeks to this date. The result is displayed in a MessageBox.

     
    Public MethodOverloaded.   
    Public Method  
    Top
    See Also