Share via


IExpression Interface

Represents an expression.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Interface IExpression _
    Inherits IFormattable
'Usage
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =  
    interface 
        interface IFormattable 
    end
public interface IExpression extends IFormattable

The IExpression type exposes the following members.

Properties

  Name Description
Public property Expression The expression string.
Public property IsEmpty Indicates whether the evaluated expression is the empty cell value.
Public property IsExpression Indicates whether Value contains an expression.
Public property Value The value.

Top

Methods

  Name Description
Public method GetDependencies Gets the object's dependencies.
Public method ToString (Inherited from IFormattable.)

Top

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace