IExpression Interface
Updated: February 25, 2016
Represents an expression.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | GetDependencies(IList<ReportObject^>^, ReportObject^) | Gets the object's dependencies. |
![]() | ToString(String^, IFormatProvider^) | (Inherited from IFormattable.) |
Show:

