Specifies modes of processing of a Value.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum EvaluationMode
Visual Basic
Public Enumeration EvaluationMode

Members

Member nameDescription
AutoValue evaluates as an expression if starts with a "=". Otherwise, treats the Value as a constant.
ExpressionValue is evaluated as an expression.
ConstantValue is treated as a constant.

See Also