IExpression Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |