IExpression Interface

Definition

Represents an expression.

public interface class IExpression : IFormattable
public interface IExpression : IFormattable
type IExpression = interface
    interface IFormattable
Public Interface IExpression
Implements IFormattable
Derived
Implements

Properties

Expression

The expression string.

IsEmpty

Indicates whether the evaluated expression is the empty cell value.

IsExpression

Indicates whether Value contains an expression.

Value

The value.

Methods

GetDependencies(IList<ReportObject>, ReportObject)

Gets the object's dependencies.

Applies to